#811508

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

Shades of Falu Red #811508

Tints of Falu Red #811508

Color information

#811508 (or 0x811508) is unknown color: approx Falu Red. HEX triplet: 81, 15 and 08. RGB value is (129,21,8). Sum of RGB (Red+Green+Blue) = 129+21+8=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #811508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811508 is #7EEAF7. Grayscale: #333333. Windows color (decimal): -8317688 or 529793. OLE color: 529793.

HSL color Cylindrical-coordinate representation of color #811508: hue angle of 6.45º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #811508 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB129218-
CMYK00.840.940.49
HSL6.45º88.32%26.86%-
HSV(B)6.45º93.8%50.59%-
XYZ9.375.220.74-
YUV51.81103.28183.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 81.65%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=81.65%
G=13.29%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12921800.840.940.496.4588.3226.86
Hex811580545E316581b
Octal2012510012413661613033
Binary10000001101011000010101001011110110001110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811508; }

 p { color: rgb(129,21,8); }

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

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

 a { background-color: rgb(129,21,8); }

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

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

 span { border-color: rgb(129,21,8); }

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