#811913

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

Shades of Falu Red #811913

Tints of Falu Red #811913

Color information

#811913 (or 0x811913) is unknown color: approx Falu Red. HEX triplet: 81, 19 and 13. RGB value is (129,25,19). Sum of RGB (Red+Green+Blue) = 129+25+19=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811913 is #7EE6EC. Grayscale: #373737. Windows color (decimal): -8316653 or 1251713. OLE color: 1251713.

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

Color convert

RGB1292519-
CMYK00.810.850.49
HSL3.27º74.32%29.02%-
HSV(B)3.27º85.27%50.59%-
XYZ9.525.411.16-
YUV55.41107.46180.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.57%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=74.57%
G=14.45%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129251900.810.850.493.2774.3229.02
Hex811913051553134a1d
Octal2013123012112561311235
Binary10000001110011001101010001101010111000111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811913; }

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

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

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

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

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

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

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

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