#812006

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

Shades of Falu Red #812006

Tints of Falu Red #812006

Color information

#812006 (or 0x812006) is unknown color: approx Falu Red. HEX triplet: 81, 20 and 06. RGB value is (129,32,6). Sum of RGB (Red+Green+Blue) = 129+32+6=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #812006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812006 is #7EDFF9. Grayscale: #3A3A3A. Windows color (decimal): -8314874 or 401537. OLE color: 401537.

HSL color Cylindrical-coordinate representation of color #812006: hue angle of 12.68º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #812006 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB129326-
CMYK00.750.950.49
HSL12.68º91.11%26.47%-
HSV(B)12.68º95.35%50.59%-
XYZ9.65.710.77-
YUV58.0498.64178.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.25%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=77.25%
G=19.16%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12932600.750.950.4912.6891.1126.47
Hex8120604B5F31d5b1a
Octal2014060113137611513332
Binary100000011000001100100101110111111100011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812006; }

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

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

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

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

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

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

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

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