#811E0A

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

Shades of Falu Red #811E0A

Tints of Falu Red #811E0A

Color information

#811E0A (or 0x811E0A) is unknown color: approx Falu Red. HEX triplet: 81, 1E and 0A. RGB value is (129,30,10). Sum of RGB (Red+Green+Blue) = 129+30+10=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #811E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E0A is #7EE1F5. Grayscale: #393939. Windows color (decimal): -8315382 or 663169. OLE color: 663169.

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

Color convert

RGB1293010-
CMYK00.770.920.49
HSL10.08º85.61%27.25%-
HSV(B)10.08º92.25%50.59%-
XYZ9.575.620.87-
YUV57.32101.3179.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.33%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=76.33%
G=17.75%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129301000.770.920.4910.0885.6127.25
Hex811EA04D5C31a561b
Octal20136120115134611212633
Binary100000011111010100100110110111001100011010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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