#8E0F0F

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

Shades of Falu Red #8E0F0F

Tints of Falu Red #8E0F0F

Color information

#8E0F0F (or 0x8E0F0F) is unknown color: approx Falu Red. HEX triplet: 8E, 0F and 0F. RGB value is (142,15,15). Sum of RGB (Red+Green+Blue) = 142+15+15=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0F0F is #71F0F0. Grayscale: #353535. Windows color (decimal): -7467249 or 987022. OLE color: 987022.

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

Color convert

RGB1421515-
CMYK00.890.890.44
HSL80.89%30.78%-
HSV(B)89.44%55.69%-
XYZ11.416.131.03-
YUV52.97106.58191.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.56%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=82.56%
G=8.72%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142151500.890.890.44080.8930.78
Hex8EFF059592C0511f
Octal2161717013113154012137
Binary10001110111111110101100110110011011000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,15,15); }

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

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

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

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

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

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

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