Shades of Stiletto #8C3E45
Tints of Stiletto #8C3E45
RGB
CMYK
RGB Variations
Color information
#8C3E45 (or 0x8C3E45) is known color: Stiletto. HEX triplet: 8C, 3E and 45. RGB value is (140,62,69). Sum of RGB (Red+Green+Blue) = 140+62+69=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E45 is #73C1BA. Grayscale: #565656. Windows color (decimal): -7586235 or 4537996. OLE color: 4537996.
HSL color Cylindrical-coordinate representation of color #8C3E45: hue angle of 354.62º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3E45 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 69 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.45 |
| HSL | 354.62º | 0.39% | 0.4% | - |
| HSV(B) | 354.62º | 0.56% | 0.55% | - |
| XYZ | 13.61 | 9.45 | 6.74 | - |
| YUV | 86.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 69 | 0 | 0.56 | 0.51 | 0.45 | 354.62 | 0.39 | 0.4 |
| Hex | 8C | 3E | 45 | 0 | 38 | 33 | 2D | 163 | 27 | 28 |
| Octal | 214 | 76 | 105 | 0 | 70 | 63 | 55 | 543 | 47 | 50 |
| Binary | 10001100 | 111110 | 1000101 | 0 | 111000 | 110011 | 101101 | 101100011 | 100111 | 101000 |
Color Harmonies of #8C3E45
Complementary color
Monochromatic Colors of #8C3E45
Black with #8C3E45
Text Example
Text Example
White with #8C3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E45; }
p { color: rgb(140,62,69); }
H1.HeaderClassName
{
color: #8C3E45;
}
.AnyTagClassName
{
color: #8C3E45;
}
</style>
background-color css
<style>
a { background-color: #8C3E45; }
a { background-color: rgb(140,62,69); }
div.DivClassName
{
background-color: #8C3E45;
}
.BgClassName
{
background-color: #8C3E45;
}
</style>
border-color css
<style>
span { border-color: #8C3E45; }
span { border-color: rgb(140,62,69); }
td.TdClassName
{
border-color: #8C3E45;
}
.TagClassName
{
border-color: #8C3E45;
}
</style>