#811916

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

Shades of Falu Red #811916

Tints of Falu Red #811916

Color information

#811916 (or 0x811916) is unknown color: approx Falu Red. HEX triplet: 81, 19 and 16. RGB value is (129,25,22). Sum of RGB (Red+Green+Blue) = 129+25+22=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #811916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811916 is #7EE6E9. Grayscale: #373737. Windows color (decimal): -8316650 or 1448321. OLE color: 1448321.

HSL color Cylindrical-coordinate representation of color #811916: hue angle of 1.68º 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 #811916 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1292522-
CMYK00.810.830.49
HSL1.68º70.86%29.61%-
HSV(B)1.68º82.95%50.59%-
XYZ9.555.421.3-
YUV55.75108.96180.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=73.30%
G=14.20%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129252200.810.830.491.6870.8629.61
Hex81191605153312471e
Octal2013126012112361210736
Binary10000001110011011001010001101001111000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811916; }

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

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

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

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

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

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

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

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