#811E00

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

Shades of Falu Red #811E00

Tints of Falu Red #811E00

Color information

#811E00 (or 0x811E00) is unknown color: approx Falu Red. HEX triplet: 81, 1E and 00. RGB value is (129,30,0). Sum of RGB (Red+Green+Blue) = 129+30+0=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #811E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E00 is #7EE1FF. Grayscale: #383838. Windows color (decimal): -8315392 or 7809. OLE color: 7809.

HSL color Cylindrical-coordinate representation of color #811E00: hue angle of 13.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #811E00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB129300-
CMYK00.7710.49
HSL13.95º100%25.29%-
HSV(B)13.95º100%50.59%-
XYZ9.525.60.58-
YUV56.1896.3179.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 81.13%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.13%
G=18.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12930000.7710.4913.9510025.29
Hex811E004D6431e6419
Octal2013600115144611614431
Binary100000011111000100110111001001100011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,30,0); }

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

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

 a { background-color: rgb(129,30,0); }

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

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

 span { border-color: rgb(129,30,0); }

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