#792006

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

Shades of Falu Red #792006

Tints of Falu Red #792006

Color information

#792006 (or 0x792006) is unknown color: approx Falu Red. HEX triplet: 79, 20 and 06. RGB value is (121,32,6). Sum of RGB (Red+Green+Blue) = 121+32+6=159 (21% of max value = 765). Red value is 121 (47.66% from 255 or 76.10% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 121 - color contains mainly: red. Hex color #792006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792006 is #86DFF9. Grayscale: #373737. Windows color (decimal): -8839162 or 401529. OLE color: 401529.

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

Color convert

RGB121326-
CMYK00.740.950.53
HSL13.57º90.55%24.9%-
HSV(B)13.57º95.04%47.45%-
XYZ8.435.110.71-
YUV55.6599.99174.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.10%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=76.10%
G=20.13%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12132600.740.950.5313.5790.5524.9
Hex7920604A5F35e5b19
Octal1714060112137651613331
Binary11110011000001100100101010111111101011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792006; }

 p { color: rgb(121,32,6); }

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

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

 a { background-color: rgb(121,32,6); }

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

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

 span { border-color: rgb(121,32,6); }

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