#791209

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

Shades of Falu Red #791209

Tints of Falu Red #791209

Color information

#791209 (or 0x791209) is unknown color: approx Falu Red. HEX triplet: 79, 12 and 09. RGB value is (121,18,9). Sum of RGB (Red+Green+Blue) = 121+18+9=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #791209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791209 is #86EDF6. Grayscale: #2F2F2F. Windows color (decimal): -8842743 or 594553. OLE color: 594553.

HSL color Cylindrical-coordinate representation of color #791209: hue angle of 4.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #791209 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB121189-
CMYK00.850.930.53
HSL4.82º86.15%25.49%-
HSV(B)4.82º92.56%47.45%-
XYZ8.154.520.7-
YUV47.77106.12180.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 81.76%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=81.76%
G=12.16%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12118900.850.930.534.8286.1525.49
Hex791290555D3555619
Octal1712211012513565512631
Binary1111001100101001010101011011101110101101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791209; }

 p { color: rgb(121,18,9); }

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

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

 a { background-color: rgb(121,18,9); }

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

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

 span { border-color: rgb(121,18,9); }

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