#811F00

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

Shades of Falu Red #811F00

Tints of Falu Red #811F00

Color information

#811F00 (or 0x811F00) is unknown color: approx Falu Red. HEX triplet: 81, 1F and 00. RGB value is (129,31,0). Sum of RGB (Red+Green+Blue) = 129+31+0=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #811F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811F00 is #7EE0FF. Grayscale: #383838. Windows color (decimal): -8315136 or 8065. OLE color: 8065.

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

Color convert

RGB129310-
CMYK00.7610.49
HSL14.42º100%25.29%-
HSV(B)14.42º100%50.59%-
XYZ9.545.650.59-
YUV56.7795.97179.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 80.62%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.62%
G=19.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12931000.7610.4914.4210025.29
Hex811F004C6431e6419
Octal2013700114144611614431
Binary100000011111100100110011001001100011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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