#811108

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

Shades of Falu Red #811108

Tints of Falu Red #811108

Color information

#811108 (or 0x811108) is unknown color: approx Falu Red. HEX triplet: 81, 11 and 08. RGB value is (129,17,8). Sum of RGB (Red+Green+Blue) = 129+17+8=154 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.77% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 129 - color contains mainly: red. Hex color #811108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811108 is #7EEEF7. Grayscale: #313131. Windows color (decimal): -8318712 or 528769. OLE color: 528769.

HSL color Cylindrical-coordinate representation of color #811108: hue angle of 4.46º 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 #811108 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB129178-
CMYK00.870.940.49
HSL4.46º88.32%26.86%-
HSV(B)4.46º93.8%50.59%-
XYZ9.35.090.72-
YUV49.46104.61184.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 83.77%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=83.77%
G=11.04%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12917800.870.940.494.4688.3226.86
Hex811180575E314581b
Octal2012110012713661413033
Binary10000001100011000010101111011110110001100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811108; }

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

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

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

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

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

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

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

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