#8E1E05

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

Shades of Falu Red #8E1E05

Tints of Falu Red #8E1E05

Color information

#8E1E05 (or 0x8E1E05) is unknown color: approx Falu Red. HEX triplet: 8E, 1E and 05. RGB value is (142,30,5). Sum of RGB (Red+Green+Blue) = 142+30+5=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1E05 is #71E1FA. Grayscale: #3C3C3C. Windows color (decimal): -7463419 or 335502. OLE color: 335502.

HSL color Cylindrical-coordinate representation of color #8E1E05: hue angle of 10.95º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E1E05 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB142305-
CMYK00.790.960.44
HSL10.95º93.2%28.82%-
HSV(B)10.95º96.48%55.69%-
XYZ11.656.690.82-
YUV60.6496.61186.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 80.23%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=80.23%
G=16.95%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14230500.790.960.4410.9593.228.82
Hex8E1E504F602Cb5d1d
Octal2163650117140541313535
Binary10001110111101010100111111000001011001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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