#8E1E0E

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

Shades of Falu Red #8E1E0E

Tints of Falu Red #8E1E0E

Color information

#8E1E0E (or 0x8E1E0E) is unknown color: approx Falu Red. HEX triplet: 8E, 1E and 0E. RGB value is (142,30,14). Sum of RGB (Red+Green+Blue) = 142+30+14=186 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.34% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1E0E is #71E1F1. Grayscale: #3D3D3D. Windows color (decimal): -7463410 or 925326. OLE color: 925326.

HSL color Cylindrical-coordinate representation of color #8E1E0E: hue angle of 7.5º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E1E0E is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1423014-
CMYK00.790.900.44
HSL7.5º82.05%30.59%-
HSV(B)7.5º90.14%55.69%-
XYZ11.76.711.09-
YUV61.66101.11185.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 76.34%
GREEN value IS 30 (12.11% from 255) = 16.13%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=76.34%
G=16.13%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142301400.790.900.447.582.0530.59
Hex8E1EE04F5A2C7521f
Octal2163616011713254712237
Binary10001110111101110010011111011010101100111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,30,14); }

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

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

 a { background-color: rgb(142,30,14); }

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

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

 span { border-color: rgb(142,30,14); }

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