#811E05

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

Shades of Falu Red #811E05

Tints of Falu Red #811E05

Color information

#811E05 (or 0x811E05) is unknown color: approx Falu Red. HEX triplet: 81, 1E and 05. RGB value is (129,30,5). Sum of RGB (Red+Green+Blue) = 129+30+5=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #811E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E05 is #7EE1FA. Grayscale: #383838. Windows color (decimal): -8315387 or 335489. OLE color: 335489.

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

Color convert

RGB129305-
CMYK00.770.960.49
HSL12.1º92.54%26.27%-
HSV(B)12.1º96.12%50.59%-
XYZ9.545.610.72-
YUV56.7598.8179.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.66%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 5 (2.34% from 255) = 3.05%
R=78.66%
G=18.29%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12930500.770.960.4912.192.5426.27
Hex811E504D6031c5d1a
Octal2013650115140611413532
Binary10000001111101010100110111000001100011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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