#811E01

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

Shades of Falu Red #811E01

Tints of Falu Red #811E01

Color information

#811E01 (or 0x811E01) is unknown color: approx Falu Red. HEX triplet: 81, 1E and 01. RGB value is (129,30,1). Sum of RGB (Red+Green+Blue) = 129+30+1=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #811E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E01 is #7EE1FE. Grayscale: #383838. Windows color (decimal): -8315391 or 73345. OLE color: 73345.

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

Color convert

RGB129301-
CMYK00.770.990.49
HSL13.59º98.46%25.49%-
HSV(B)13.59º99.22%50.59%-
XYZ9.525.60.61-
YUV56.2996.8179.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 80.62%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=80.62%
G=18.75%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12930100.770.990.4913.5998.4625.49
Hex811E104D6331e6219
Octal2013610115143611614231
Binary100000011111010100110111000111100011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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