Shades of Stiletto #8E4042
Tints of Stiletto #8E4042
RGB
CMYK
RGB Variations
Color information
#8E4042 (or 0x8E4042) is known color: Stiletto. HEX triplet: 8E, 40 and 42. RGB value is (142,64,66). Sum of RGB (Red+Green+Blue) = 142+64+66=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4042 is #71BFBD. Grayscale: #575757. Windows color (decimal): -7454654 or 4341902. OLE color: 4341902.
HSL color Cylindrical-coordinate representation of color #8E4042: hue angle of 358.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E4042 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 66 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.44 |
| HSL | 358.46º | 0.38% | 0.4% | - |
| HSV(B) | 358.46º | 0.55% | 0.56% | - |
| XYZ | 13.97 | 9.81 | 6.31 | - |
| YUV | 87.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 66 | 0 | 0.55 | 0.54 | 0.44 | 358.46 | 0.38 | 0.4 |
| Hex | 8E | 40 | 42 | 0 | 37 | 36 | 2C | 166 | 26 | 28 |
| Octal | 216 | 100 | 102 | 0 | 67 | 66 | 54 | 546 | 46 | 50 |
| Binary | 10001110 | 1000000 | 1000010 | 0 | 110111 | 110110 | 101100 | 101100110 | 100110 | 101000 |
Color Harmonies of #8E4042
Complementary color
Monochromatic Colors of #8E4042
Black with #8E4042
Text Example
Text Example
White with #8E4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4042; }
p { color: rgb(142,64,66); }
H1.HeaderClassName
{
color: #8E4042;
}
.AnyTagClassName
{
color: #8E4042;
}
</style>
background-color css
<style>
a { background-color: #8E4042; }
a { background-color: rgb(142,64,66); }
div.DivClassName
{
background-color: #8E4042;
}
.BgClassName
{
background-color: #8E4042;
}
</style>
border-color css
<style>
span { border-color: #8E4042; }
span { border-color: rgb(142,64,66); }
td.TdClassName
{
border-color: #8E4042;
}
.TagClassName
{
border-color: #8E4042;
}
</style>