#8E190C

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

Shades of Falu Red #8E190C

Tints of Falu Red #8E190C

Color information

#8E190C (or 0x8E190C) is unknown color: approx Falu Red. HEX triplet: 8E, 19 and 0C. RGB value is (142,25,12). Sum of RGB (Red+Green+Blue) = 142+25+12=179 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.33% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 142 - color contains mainly: red. Hex color #8E190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E190C is #71E6F3. Grayscale: #3A3A3A. Windows color (decimal): -7464692 or 792974. OLE color: 792974.

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

Color convert

RGB1422512-
CMYK00.820.920.44
HSL84.42%30.2%-
HSV(B)91.55%55.69%-
XYZ11.576.470.99-
YUV58.5101.76187.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 79.33%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=79.33%
G=13.97%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142251200.820.920.44684.4230.2
Hex8E19C0525C2C6541e
Octal2163114012213454612436
Binary10001110110011100010100101011100101100110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,12); }

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

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

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

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

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

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

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