#792204

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

Shades of Falu Red #792204

Tints of Falu Red #792204

Color information

#792204 (or 0x792204) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 04. RGB value is (121,34,4). Sum of RGB (Red+Green+Blue) = 121+34+4=159 (21% of max value = 765). Red value is 121 (47.66% from 255 or 76.10% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 121 - color contains mainly: red. Hex color #792204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792204 is #86DDFB. Grayscale: #383838. Windows color (decimal): -8838652 or 270969. OLE color: 270969.

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

Color convert

RGB121344-
CMYK00.720.970.53
HSL15.38º93.6%24.51%-
HSV(B)15.38º96.69%47.45%-
XYZ8.485.220.68-
YUV56.5998.32173.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.10%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=76.10%
G=21.38%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12134400.720.970.5315.3893.624.51
Hex792240486135f5e19
Octal1714240110141651713631
Binary11110011000101000100100011000011101011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792204; }

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

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

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

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

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

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

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

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