#811D12

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

Shades of Falu Red #811D12

Tints of Falu Red #811D12

Color information

#811D12 (or 0x811D12) is unknown color: approx Falu Red. HEX triplet: 81, 1D and 12. RGB value is (129,29,18). Sum of RGB (Red+Green+Blue) = 129+29+18=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #811D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D12 is #7EE2ED. Grayscale: #393939. Windows color (decimal): -8315630 or 1187201. OLE color: 1187201.

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

Color convert

RGB1292918-
CMYK00.780.860.49
HSL5.95º75.51%28.82%-
HSV(B)5.95º86.05%50.59%-
XYZ9.65.591.15-
YUV57.65105.63178.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=73.30%
G=16.48%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129291800.780.860.495.9575.5128.82
Hex811D1204E563164c1d
Octal2013522011612661611435
Binary100000011110110010010011101010110110001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,29,18); }

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

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

 a { background-color: rgb(129,29,18); }

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

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

 span { border-color: rgb(129,29,18); }

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