#811B01

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

Shades of Falu Red #811B01

Tints of Falu Red #811B01

Color information

#811B01 (or 0x811B01) is unknown color: approx Falu Red. HEX triplet: 81, 1B and 01. RGB value is (129,27,1). Sum of RGB (Red+Green+Blue) = 129+27+1=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #811B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B01 is #7EE4FE. Grayscale: #363636. Windows color (decimal): -8316159 or 72577. OLE color: 72577.

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

Color convert

RGB129271-
CMYK00.790.990.49
HSL12.19º98.46%25.49%-
HSV(B)12.19º99.22%50.59%-
XYZ9.455.450.58-
YUV54.5397.79181.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 82.17%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=82.17%
G=17.20%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12927100.790.990.4912.1998.4625.49
Hex811B104F6331c6219
Octal2013310117143611414231
Binary100000011101110100111111000111100011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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