#811917

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

Shades of Falu Red #811917

Tints of Falu Red #811917

Color information

#811917 (or 0x811917) is unknown color: approx Falu Red. HEX triplet: 81, 19 and 17. RGB value is (129,25,23). Sum of RGB (Red+Green+Blue) = 129+25+23=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #811917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811917 is #7EE6E8. Grayscale: #373737. Windows color (decimal): -8316649 or 1513857. OLE color: 1513857.

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

Color convert

RGB1292523-
CMYK00.810.820.49
HSL1.13º69.74%29.8%-
HSV(B)1.13º82.17%50.59%-
XYZ9.565.421.35-
YUV55.87109.46180.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.88%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 23 (9.38% from 255) = 12.99%
R=72.88%
G=14.12%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129252300.810.820.491.1369.7429.8
Hex81191705152311461e
Octal2013127012112261110636
Binary1000000111001101110101000110100101100011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811917; }

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

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

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

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

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

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

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

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