#812208

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

Shades of Falu Red #812208

Tints of Falu Red #812208

Color information

#812208 (or 0x812208) is unknown color: approx Falu Red. HEX triplet: 81, 22 and 08. RGB value is (129,34,8). Sum of RGB (Red+Green+Blue) = 129+34+8=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #812208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812208 is #7EDDF7. Grayscale: #3B3B3B. Windows color (decimal): -8314360 or 533121. OLE color: 533121.

HSL color Cylindrical-coordinate representation of color #812208: hue angle of 12.89º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #812208 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB129348-
CMYK00.740.940.49
HSL12.89º88.32%26.86%-
HSV(B)12.89º93.8%50.59%-
XYZ9.675.830.85-
YUV59.4498.97177.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75.44%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=75.44%
G=19.88%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12934800.740.940.4912.8988.3226.86
Hex8122804A5E31d581b
Octal20142100112136611513033
Binary1000000110001010000100101010111101100011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812208; }

 p { color: rgb(129,34,8); }

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

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

 a { background-color: rgb(129,34,8); }

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

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

 span { border-color: rgb(129,34,8); }

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