Shades of Stiletto #8C3F45
Tints of Stiletto #8C3F45
RGB
CMYK
RGB Variations
Color information
#8C3F45 (or 0x8C3F45) is known color: Stiletto. HEX triplet: 8C, 3F and 45. RGB value is (140,63,69). Sum of RGB (Red+Green+Blue) = 140+63+69=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F45 is #73C0BA. Grayscale: #565656. Windows color (decimal): -7585979 or 4538252. OLE color: 4538252.
HSL color Cylindrical-coordinate representation of color #8C3F45: hue angle of 355.32º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F45 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 69 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.45 |
| HSL | 355.32º | 0.38% | 0.4% | - |
| HSV(B) | 355.32º | 0.55% | 0.55% | - |
| XYZ | 13.67 | 9.56 | 6.76 | - |
| YUV | 86.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 69 | 0 | 0.55 | 0.51 | 0.45 | 355.32 | 0.38 | 0.4 |
| Hex | 8C | 3F | 45 | 0 | 37 | 33 | 2D | 163 | 26 | 28 |
| Octal | 214 | 77 | 105 | 0 | 67 | 63 | 55 | 543 | 46 | 50 |
| Binary | 10001100 | 111111 | 1000101 | 0 | 110111 | 110011 | 101101 | 101100011 | 100110 | 101000 |
Color Harmonies of #8C3F45
Complementary color
Monochromatic Colors of #8C3F45
Black with #8C3F45
Text Example
Text Example
White with #8C3F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F45; }
p { color: rgb(140,63,69); }
H1.HeaderClassName
{
color: #8C3F45;
}
.AnyTagClassName
{
color: #8C3F45;
}
</style>
background-color css
<style>
a { background-color: #8C3F45; }
a { background-color: rgb(140,63,69); }
div.DivClassName
{
background-color: #8C3F45;
}
.BgClassName
{
background-color: #8C3F45;
}
</style>
border-color css
<style>
span { border-color: #8C3F45; }
span { border-color: rgb(140,63,69); }
td.TdClassName
{
border-color: #8C3F45;
}
.TagClassName
{
border-color: #8C3F45;
}
</style>