Shades of Stiletto #8F4043
Tints of Stiletto #8F4043
RGB
CMYK
RGB Variations
Color information
#8F4043 (or 0x8F4043) is known color: Stiletto. HEX triplet: 8F, 40 and 43. RGB value is (143,64,67). Sum of RGB (Red+Green+Blue) = 143+64+67=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4043 is #70BFBC. Grayscale: #585858. Windows color (decimal): -7389117 or 4407439. OLE color: 4407439.
HSL color Cylindrical-coordinate representation of color #8F4043: hue angle of 357.72º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4043 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 67 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.44 |
| HSL | 357.72º | 0.38% | 0.41% | - |
| HSV(B) | 357.72º | 0.55% | 0.56% | - |
| XYZ | 14.17 | 9.91 | 6.48 | - |
| YUV | 87.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 67 | 0 | 0.55 | 0.53 | 0.44 | 357.72 | 0.38 | 0.41 |
| Hex | 8F | 40 | 43 | 0 | 37 | 35 | 2C | 166 | 26 | 29 |
| Octal | 217 | 100 | 103 | 0 | 67 | 65 | 54 | 546 | 46 | 51 |
| Binary | 10001111 | 1000000 | 1000011 | 0 | 110111 | 110101 | 101100 | 101100110 | 100110 | 101001 |
Color Harmonies of #8F4043
Complementary color
Monochromatic Colors of #8F4043
Black with #8F4043
Text Example
Text Example
White with #8F4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4043; }
p { color: rgb(143,64,67); }
H1.HeaderClassName
{
color: #8F4043;
}
.AnyTagClassName
{
color: #8F4043;
}
</style>
background-color css
<style>
a { background-color: #8F4043; }
a { background-color: rgb(143,64,67); }
div.DivClassName
{
background-color: #8F4043;
}
.BgClassName
{
background-color: #8F4043;
}
</style>
border-color css
<style>
span { border-color: #8F4043; }
span { border-color: rgb(143,64,67); }
td.TdClassName
{
border-color: #8F4043;
}
.TagClassName
{
border-color: #8F4043;
}
</style>