#811B0E

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

Shades of Falu Red #811B0E

Tints of Falu Red #811B0E

Color information

#811B0E (or 0x811B0E) is unknown color: approx Falu Red. HEX triplet: 81, 1B and 0E. RGB value is (129,27,14). Sum of RGB (Red+Green+Blue) = 129+27+14=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #811B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B0E is #7EE4F1. Grayscale: #383838. Windows color (decimal): -8316146 or 924545. OLE color: 924545.

HSL color Cylindrical-coordinate representation of color #811B0E: hue angle of 6.78º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #811B0E is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1292714-
CMYK00.790.890.49
HSL6.78º80.42%28.04%-
HSV(B)6.78º89.15%50.59%-
XYZ9.525.480.97-
YUV56.02104.29180.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75.88%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=75.88%
G=15.88%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129271400.790.890.496.7880.4228.04
Hex811BE04F59317501c
Octal2013316011713161712034
Binary10000001110111110010011111011001110001111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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