Shades of Stiletto #8E3D3F
Tints of Stiletto #8E3D3F
RGB
CMYK
RGB Variations
Color information
#8E3D3F (or 0x8E3D3F) is known color: Stiletto. HEX triplet: 8E, 3D and 3F. RGB value is (142,61,63). Sum of RGB (Red+Green+Blue) = 142+61+63=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3D3F is #71C2C0. Grayscale: #555555. Windows color (decimal): -7455425 or 4144526. OLE color: 4144526.
HSL color Cylindrical-coordinate representation of color #8E3D3F: hue angle of 358.52º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D3F is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 63 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.44 |
| HSL | 358.52º | 0.4% | 0.4% | - |
| HSV(B) | 358.52º | 0.57% | 0.56% | - |
| XYZ | 13.72 | 9.45 | 5.8 | - |
| YUV | 85.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 63 | 0 | 0.57 | 0.56 | 0.44 | 358.52 | 0.4 | 0.4 |
| Hex | 8E | 3D | 3F | 0 | 39 | 38 | 2C | 167 | 28 | 28 |
| Octal | 216 | 75 | 77 | 0 | 71 | 70 | 54 | 547 | 50 | 50 |
| Binary | 10001110 | 111101 | 111111 | 0 | 111001 | 111000 | 101100 | 101100111 | 101000 | 101000 |
Color Harmonies of #8E3D3F
Complementary color
Monochromatic Colors of #8E3D3F
Black with #8E3D3F
Text Example
Text Example
White with #8E3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D3F; }
p { color: rgb(142,61,63); }
H1.HeaderClassName
{
color: #8E3D3F;
}
.AnyTagClassName
{
color: #8E3D3F;
}
</style>
background-color css
<style>
a { background-color: #8E3D3F; }
a { background-color: rgb(142,61,63); }
div.DivClassName
{
background-color: #8E3D3F;
}
.BgClassName
{
background-color: #8E3D3F;
}
</style>
border-color css
<style>
span { border-color: #8E3D3F; }
span { border-color: rgb(142,61,63); }
td.TdClassName
{
border-color: #8E3D3F;
}
.TagClassName
{
border-color: #8E3D3F;
}
</style>