#81211F

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

Shades of Falu Red #81211F

Tints of Falu Red #81211F

Color information

#81211F (or 0x81211F) is unknown color: approx Falu Red. HEX triplet: 81, 21 and 1F. RGB value is (129,33,31). Sum of RGB (Red+Green+Blue) = 129+33+31=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81211F is #7EDEE0. Grayscale: #3D3D3D. Windows color (decimal): -8314593 or 2040193. OLE color: 2040193.

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

Color convert

RGB1293331-
CMYK00.740.760.49
HSL1.22º61.25%31.37%-
HSV(B)1.22º75.97%50.59%-
XYZ9.845.851.91-
YUV61.48110.8176.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.84%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=66.84%
G=17.10%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129333100.740.760.491.2261.2531.37
Hex81211F04A4C3113d1f
Octal201413701121146117537
Binary1000000110000111111010010101001100110001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81211F; }

 p { color: rgb(129,33,31); }

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

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

 a { background-color: rgb(129,33,31); }

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

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

 span { border-color: rgb(129,33,31); }

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