#812216

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

Shades of Falu Red #812216

Tints of Falu Red #812216

Color information

#812216 (or 0x812216) is unknown color: approx Falu Red. HEX triplet: 81, 22 and 16. RGB value is (129,34,22). Sum of RGB (Red+Green+Blue) = 129+34+22=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #812216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812216 is #7EDDE9. Grayscale: #3D3D3D. Windows color (decimal): -8314346 or 1450625. OLE color: 1450625.

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

Color convert

RGB1293422-
CMYK00.740.830.49
HSL6.73º70.86%29.61%-
HSV(B)6.73º82.95%50.59%-
XYZ9.775.871.38-
YUV61.04105.97176.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=69.73%
G=18.38%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129342200.740.830.496.7370.8629.61
Hex81221604A53317471e
Octal2014226011212361710736
Binary1000000110001010110010010101010011110001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812216; }

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

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

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

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

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

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

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

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