#81160E

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

Shades of Falu Red #81160E

Tints of Falu Red #81160E

Color information

#81160E (or 0x81160E) is unknown color: approx Falu Red. HEX triplet: 81, 16 and 0E. RGB value is (129,22,14). Sum of RGB (Red+Green+Blue) = 129+22+14=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #81160E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81160E is #7EE9F1. Grayscale: #353535. Windows color (decimal): -8317426 or 923265. OLE color: 923265.

HSL color Cylindrical-coordinate representation of color #81160E: hue angle of 4.17º 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 #81160E is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1292214-
CMYK00.830.890.49
HSL4.17º80.42%28.04%-
HSV(B)4.17º89.15%50.59%-
XYZ9.425.270.94-
YUV53.08105.95182.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.18%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=78.18%
G=13.33%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129221400.830.890.494.1780.4228.04
Hex8116E05359314501c
Octal2012616012313161412034
Binary10000001101101110010100111011001110001100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81160E; }

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

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

<style>
 a { background-color: #81160E; }

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

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

<style>
 span { border-color: #81160E; }

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

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