#81220C

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

Shades of Falu Red #81220C

Tints of Falu Red #81220C

Color information

#81220C (or 0x81220C) is unknown color: approx Falu Red. HEX triplet: 81, 22 and 0C. RGB value is (129,34,12). Sum of RGB (Red+Green+Blue) = 129+34+12=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81220C is #7EDDF3. Grayscale: #3C3C3C. Windows color (decimal): -8314356 or 795265. OLE color: 795265.

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

Color convert

RGB1293412-
CMYK00.740.910.49
HSL11.28º82.98%27.65%-
HSV(B)11.28º90.7%50.59%-
XYZ9.695.840.96-
YUV59.9100.97177.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.71%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=73.71%
G=19.43%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129341200.740.910.4911.2882.9827.65
Hex8122C04A5B31b531c
Octal20142140112133611312334
Binary1000000110001011000100101010110111100011011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81220C; }

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

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

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

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

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

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

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

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