#791E0C

Color #791E0C Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #791E0C

Tints of Falu Red #791E0C

Color information

#791E0C (or 0x791E0C) is unknown color: approx Falu Red. HEX triplet: 79, 1E and 0C. RGB value is (121,30,12). Sum of RGB (Red+Green+Blue) = 121+30+12=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #791E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E0C is #86E1F3. Grayscale: #373737. Windows color (decimal): -8839668 or 794233. OLE color: 794233.

HSL color Cylindrical-coordinate representation of color #791E0C: hue angle of 9.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #791E0C is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1213012-
CMYK00.750.900.53
HSL9.91º81.95%26.08%-
HSV(B)9.91º90.08%47.45%-
XYZ8.425.020.87-
YUV55.16103.65174.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 74.23%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=74.23%
G=18.40%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121301200.750.900.539.9181.9526.08
Hex791EC04B5A35a521a
Octal17136140113132651212232
Binary11110011111011000100101110110101101011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791E0C; }

 p { color: rgb(121,30,12); }

 H1.HeaderClassName
 {
   color: #791E0C;
 }
 .AnyTagClassName
 {
   color: #791E0C;
 }
</style>
background-color css

<style>
 a { background-color: #791E0C; }

 a { background-color: rgb(121,30,12); }

 div.DivClassName
 {
   background-color: #791E0C;
 }
 .BgClassName
 {
   background-color: #791E0C;
 }
</style>
border-color css

<style>
 span { border-color: #791E0C; }

 span { border-color: rgb(121,30,12); }

 td.TdClassName
 {
   border-color: #791E0C;
 }
 .TagClassName
 {
   border-color: #791E0C;
 }
</style>