#792209

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

Shades of Falu Red #792209

Tints of Falu Red #792209

Color information

#792209 (or 0x792209) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 09. RGB value is (121,34,9). Sum of RGB (Red+Green+Blue) = 121+34+9=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #792209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792209 is #86DDF6. Grayscale: #393939. Windows color (decimal): -8838647 or 598649. OLE color: 598649.

HSL color Cylindrical-coordinate representation of color #792209: hue angle of 13.39º 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 #792209 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB121349-
CMYK00.720.930.53
HSL13.39º86.15%25.49%-
HSV(B)13.39º92.56%47.45%-
XYZ8.515.230.82-
YUV57.16100.82173.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.78%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=73.78%
G=20.73%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12134900.720.930.5313.3986.1525.49
Hex792290485D35d5619
Octal17142110110135651512631
Binary111100110001010010100100010111011101011101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792209; }

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

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

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

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

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

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

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

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