#8E120D

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

Shades of Falu Red #8E120D

Tints of Falu Red #8E120D

Color information

#8E120D (or 0x8E120D) is unknown color: approx Falu Red. HEX triplet: 8E, 12 and 0D. RGB value is (142,18,13). Sum of RGB (Red+Green+Blue) = 142+18+13=173 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.08% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 142 - color contains mainly: red. Hex color #8E120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E120D is #71EDF2. Grayscale: #363636. Windows color (decimal): -7466483 or 856718. OLE color: 856718.

HSL color Cylindrical-coordinate representation of color #8E120D: hue angle of 2.33º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E120D is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1421813-
CMYK00.870.910.44
HSL2.33º83.23%30.39%-
HSV(B)2.33º90.85%55.69%-
XYZ11.446.210.98-
YUV54.51104.58190.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.08%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=82.08%
G=10.40%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142181300.870.910.442.3383.2330.39
Hex8E12D0575B2C2531e
Octal2162215012713354212336
Binary1000111010010110101010111101101110110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E120D; }

 p { color: rgb(142,18,13); }

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

<style>
 a { background-color: #8E120D; }

 a { background-color: rgb(142,18,13); }

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

<style>
 span { border-color: #8E120D; }

 span { border-color: rgb(142,18,13); }

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