#811802

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

Shades of Falu Red #811802

Tints of Falu Red #811802

Color information

#811802 (or 0x811802) is unknown color: approx Falu Red. HEX triplet: 81, 18 and 02. RGB value is (129,24,2). Sum of RGB (Red+Green+Blue) = 129+24+2=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #811802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811802 is #7EE7FD. Grayscale: #353535. Windows color (decimal): -8316926 or 137345. OLE color: 137345.

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

Color convert

RGB129242-
CMYK00.810.980.49
HSL10.39º96.95%25.69%-
HSV(B)10.39º98.45%50.59%-
XYZ9.395.320.59-
YUV52.8999.29182.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 83.23%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=83.23%
G=15.48%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12924200.810.980.4910.3996.9525.69
Hex811820516231a611a
Octal2013020121142611214132
Binary1000000111000100101000111000101100011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811802; }

 p { color: rgb(129,24,2); }

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

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

 a { background-color: rgb(129,24,2); }

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

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

 span { border-color: rgb(129,24,2); }

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