#811C08

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

Shades of Falu Red #811C08

Tints of Falu Red #811C08

Color information

#811C08 (or 0x811C08) is unknown color: approx Falu Red. HEX triplet: 81, 1C and 08. RGB value is (129,28,8). Sum of RGB (Red+Green+Blue) = 129+28+8=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #811C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C08 is #7EE3F7. Grayscale: #383838. Windows color (decimal): -8315896 or 531585. OLE color: 531585.

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

Color convert

RGB129288-
CMYK00.780.940.49
HSL9.92º88.32%26.86%-
HSV(B)9.92º93.8%50.59%-
XYZ9.515.520.79-
YUV55.92100.96180.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.18%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=78.18%
G=16.97%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12928800.780.940.499.9288.3226.86
Hex811C804E5E31a581b
Octal20134100116136611213033
Binary100000011110010000100111010111101100011010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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