#811E19

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

Shades of Falu Red #811E19

Tints of Falu Red #811E19

Color information

#811E19 (or 0x811E19) is unknown color: approx Falu Red. HEX triplet: 81, 1E and 19. RGB value is (129,30,25). Sum of RGB (Red+Green+Blue) = 129+30+25=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #811E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E19 is #7EE1E6. Grayscale: #3B3B3B. Windows color (decimal): -8315367 or 1646209. OLE color: 1646209.

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

Color convert

RGB1293025-
CMYK00.770.810.49
HSL2.88º67.53%30.2%-
HSV(B)2.88º80.62%50.59%-
XYZ9.695.671.5-
YUV59.03108.8177.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.11%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=70.11%
G=16.30%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129302500.770.810.492.8867.5330.2
Hex811E1904D51313441e
Octal2013631011512161310436
Binary10000001111101100101001101101000111000111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811E19; }

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

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

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

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

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

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

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

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