#792011

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

Shades of Falu Red #792011

Tints of Falu Red #792011

Color information

#792011 (or 0x792011) is unknown color: approx Falu Red. HEX triplet: 79, 20 and 11. RGB value is (121,32,17). Sum of RGB (Red+Green+Blue) = 121+32+17=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #792011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792011 is #86DFEE. Grayscale: #393939. Windows color (decimal): -8839151 or 1122425. OLE color: 1122425.

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

Color convert

RGB1213217-
CMYK00.740.860.53
HSL8.65º75.36%27.06%-
HSV(B)8.65º85.95%47.45%-
XYZ8.55.141.07-
YUV56.9105.49173.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.18%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 17 (7.03% from 255) = 10%
R=71.18%
G=18.82%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121321700.740.860.538.6575.3627.06
Hex79201104A563594b1b
Octal17140210112126651111333
Binary1111001100000100010100101010101101101011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792011; }

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

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

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

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

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

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

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

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