Shades of Stiletto #8E3C46
Tints of Stiletto #8E3C46
RGB
CMYK
RGB Variations
Color information
#8E3C46 (or 0x8E3C46) is known color: Stiletto. HEX triplet: 8E, 3C and 46. RGB value is (142,60,70). Sum of RGB (Red+Green+Blue) = 142+60+70=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3C46 is #71C3B9. Grayscale: #555555. Windows color (decimal): -7455674 or 4603022. OLE color: 4603022.
HSL color Cylindrical-coordinate representation of color #8E3C46: hue angle of 352.68º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3C46 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 70 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.44 |
| HSL | 352.68º | 0.41% | 0.4% | - |
| HSV(B) | 352.68º | 0.58% | 0.56% | - |
| XYZ | 13.88 | 9.42 | 6.88 | - |
| YUV | 85.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 70 | 0 | 0.58 | 0.51 | 0.44 | 352.68 | 0.41 | 0.4 |
| Hex | 8E | 3C | 46 | 0 | 3A | 33 | 2C | 161 | 29 | 28 |
| Octal | 216 | 74 | 106 | 0 | 72 | 63 | 54 | 541 | 51 | 50 |
| Binary | 10001110 | 111100 | 1000110 | 0 | 111010 | 110011 | 101100 | 101100001 | 101001 | 101000 |
Color Harmonies of #8E3C46
Complementary color
Monochromatic Colors of #8E3C46
Black with #8E3C46
Text Example
Text Example
White with #8E3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C46; }
p { color: rgb(142,60,70); }
H1.HeaderClassName
{
color: #8E3C46;
}
.AnyTagClassName
{
color: #8E3C46;
}
</style>
background-color css
<style>
a { background-color: #8E3C46; }
a { background-color: rgb(142,60,70); }
div.DivClassName
{
background-color: #8E3C46;
}
.BgClassName
{
background-color: #8E3C46;
}
</style>
border-color css
<style>
span { border-color: #8E3C46; }
span { border-color: rgb(142,60,70); }
td.TdClassName
{
border-color: #8E3C46;
}
.TagClassName
{
border-color: #8E3C46;
}
</style>