Shades of Stiletto #8E3B43
Tints of Stiletto #8E3B43
RGB
CMYK
RGB Variations
Color information
#8E3B43 (or 0x8E3B43) is known color: Stiletto. HEX triplet: 8E, 3B and 43. RGB value is (142,59,67). Sum of RGB (Red+Green+Blue) = 142+59+67=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B43 is #71C4BC. Grayscale: #545454. Windows color (decimal): -7455933 or 4406158. OLE color: 4406158.
HSL color Cylindrical-coordinate representation of color #8E3B43: hue angle of 354.22º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3B43 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 59 | 67 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.44 |
| HSL | 354.22º | 0.41% | 0.39% | - |
| HSV(B) | 354.22º | 0.58% | 0.56% | - |
| XYZ | 13.73 | 9.28 | 6.38 | - |
| YUV | 84.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 67 | 0 | 0.58 | 0.53 | 0.44 | 354.22 | 0.41 | 0.39 |
| Hex | 8E | 3B | 43 | 0 | 3A | 35 | 2C | 162 | 29 | 27 |
| Octal | 216 | 73 | 103 | 0 | 72 | 65 | 54 | 542 | 51 | 47 |
| Binary | 10001110 | 111011 | 1000011 | 0 | 111010 | 110101 | 101100 | 101100010 | 101001 | 100111 |
Color Harmonies of #8E3B43
Complementary color
Monochromatic Colors of #8E3B43
Black with #8E3B43
Text Example
Text Example
White with #8E3B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B43; }
p { color: rgb(142,59,67); }
H1.HeaderClassName
{
color: #8E3B43;
}
.AnyTagClassName
{
color: #8E3B43;
}
</style>
background-color css
<style>
a { background-color: #8E3B43; }
a { background-color: rgb(142,59,67); }
div.DivClassName
{
background-color: #8E3B43;
}
.BgClassName
{
background-color: #8E3B43;
}
</style>
border-color css
<style>
span { border-color: #8E3B43; }
span { border-color: rgb(142,59,67); }
td.TdClassName
{
border-color: #8E3B43;
}
.TagClassName
{
border-color: #8E3B43;
}
</style>