#812212

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

Shades of Falu Red #812212

Tints of Falu Red #812212

Color information

#812212 (or 0x812212) is unknown color: approx Falu Red. HEX triplet: 81, 22 and 12. RGB value is (129,34,18). Sum of RGB (Red+Green+Blue) = 129+34+18=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #812212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812212 is #7EDDED. Grayscale: #3C3C3C. Windows color (decimal): -8314350 or 1188481. OLE color: 1188481.

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

Color convert

RGB1293418-
CMYK00.740.860.49
HSL8.65º75.51%28.82%-
HSV(B)8.65º86.05%50.59%-
XYZ9.735.851.19-
YUV60.58103.97176.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.27%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=71.27%
G=18.78%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129341800.740.860.498.6575.5128.82
Hex81221204A563194c1d
Octal20142220112126611111435
Binary10000001100010100100100101010101101100011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812212; }

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

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

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

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

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

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

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

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