#812106

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

Shades of Falu Red #812106

Tints of Falu Red #812106

Color information

#812106 (or 0x812106) is unknown color: approx Falu Red. HEX triplet: 81, 21 and 06. RGB value is (129,33,6). Sum of RGB (Red+Green+Blue) = 129+33+6=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #812106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812106 is #7EDEF9. Grayscale: #3A3A3A. Windows color (decimal): -8314618 or 401793. OLE color: 401793.

HSL color Cylindrical-coordinate representation of color #812106: hue angle of 13.17º 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 #812106 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB129336-
CMYK00.740.950.49
HSL13.17º91.11%26.47%-
HSV(B)13.17º95.35%50.59%-
XYZ9.635.770.78-
YUV58.6398.3178.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.79%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=76.79%
G=19.64%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12933600.740.950.4913.1791.1126.47
Hex8121604A5F31d5b1a
Octal2014160112137611513332
Binary100000011000011100100101010111111100011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812106; }

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

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

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

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

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

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

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

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