#811B08

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

Shades of Falu Red #811B08

Tints of Falu Red #811B08

Color information

#811B08 (or 0x811B08) is unknown color: approx Falu Red. HEX triplet: 81, 1B and 08. RGB value is (129,27,8). Sum of RGB (Red+Green+Blue) = 129+27+8=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #811B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B08 is #7EE4F7. Grayscale: #373737. Windows color (decimal): -8316152 or 531329. OLE color: 531329.

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

Color convert

RGB129278-
CMYK00.790.940.49
HSL9.42º88.32%26.86%-
HSV(B)9.42º93.8%50.59%-
XYZ9.495.470.79-
YUV55.33101.29180.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.66%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=78.66%
G=16.46%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12927800.790.940.499.4288.3226.86
Hex811B804F5E319581b
Octal20133100117136611113033
Binary100000011101110000100111110111101100011001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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