#80110D

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

Shades of Falu Red #80110D

Tints of Falu Red #80110D

Color information

#80110D (or 0x80110D) is unknown color: approx Falu Red. HEX triplet: 80, 11 and 0D. RGB value is (128,17,13). Sum of RGB (Red+Green+Blue) = 128+17+13=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #80110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80110D is #7FEEF2. Grayscale: #313131. Windows color (decimal): -8384243 or 856448. OLE color: 856448.

HSL color Cylindrical-coordinate representation of color #80110D: hue angle of 2.09º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80110D is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB1281713-
CMYK00.870.900.50
HSL2.09º81.56%27.65%-
HSV(B)2.09º89.84%50.2%-
XYZ9.185.020.87-
YUV49.73107.27183.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 81.01%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=81.01%
G=10.76%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128171300.870.900.502.0981.5627.65
Hex8011D0575A322521c
Octal2002115012713262212234
Binary1000000010001110101010111101101011001010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80110D; }

 p { color: rgb(128,17,13); }

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

<style>
 a { background-color: #80110D; }

 a { background-color: rgb(128,17,13); }

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

<style>
 span { border-color: #80110D; }

 span { border-color: rgb(128,17,13); }

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