#81220B

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

Shades of Falu Red #81220B

Tints of Falu Red #81220B

Color information

#81220B (or 0x81220B) is unknown color: approx Falu Red. HEX triplet: 81, 22 and 0B. RGB value is (129,34,11). Sum of RGB (Red+Green+Blue) = 129+34+11=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #81220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81220B is #7EDDF4. Grayscale: #3B3B3B. Windows color (decimal): -8314357 or 729729. OLE color: 729729.

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

Color convert

RGB1293411-
CMYK00.740.910.49
HSL11.69º84.29%27.45%-
HSV(B)11.69º91.47%50.59%-
XYZ9.695.840.93-
YUV59.78100.47177.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.14%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=74.14%
G=19.54%
B=6.32%

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
Decimal129341100.740.910.4911.6984.2927.45
Hex8122B04A5B31c541b
Octal20142130112133611412433
Binary1000000110001010110100101010110111100011100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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