Shades of Stiletto #8C3B45
Tints of Stiletto #8C3B45
RGB
CMYK
RGB Variations
Color information
#8C3B45 (or 0x8C3B45) is known color: Stiletto. HEX triplet: 8C, 3B and 45. RGB value is (140,59,69). Sum of RGB (Red+Green+Blue) = 140+59+69=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3B45 is #73C4BA. Grayscale: #545454. Windows color (decimal): -7587003 or 4537228. OLE color: 4537228.
HSL color Cylindrical-coordinate representation of color #8C3B45: hue angle of 352.59º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C3B45 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 59 | 69 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.45 |
| HSL | 352.59º | 0.41% | 0.39% | - |
| HSV(B) | 352.59º | 0.58% | 0.55% | - |
| XYZ | 13.45 | 9.13 | 6.68 | - |
| YUV | 84.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 69 | 0 | 0.58 | 0.51 | 0.45 | 352.59 | 0.41 | 0.39 |
| Hex | 8C | 3B | 45 | 0 | 3A | 33 | 2D | 161 | 29 | 27 |
| Octal | 214 | 73 | 105 | 0 | 72 | 63 | 55 | 541 | 51 | 47 |
| Binary | 10001100 | 111011 | 1000101 | 0 | 111010 | 110011 | 101101 | 101100001 | 101001 | 100111 |
Color Harmonies of #8C3B45
Complementary color
Monochromatic Colors of #8C3B45
Black with #8C3B45
Text Example
Text Example
White with #8C3B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3B45; }
p { color: rgb(140,59,69); }
H1.HeaderClassName
{
color: #8C3B45;
}
.AnyTagClassName
{
color: #8C3B45;
}
</style>
background-color css
<style>
a { background-color: #8C3B45; }
a { background-color: rgb(140,59,69); }
div.DivClassName
{
background-color: #8C3B45;
}
.BgClassName
{
background-color: #8C3B45;
}
</style>
border-color css
<style>
span { border-color: #8C3B45; }
span { border-color: rgb(140,59,69); }
td.TdClassName
{
border-color: #8C3B45;
}
.TagClassName
{
border-color: #8C3B45;
}
</style>