Shades of Stiletto #8F4244
Tints of Stiletto #8F4244
RGB
CMYK
RGB Variations
Color information
#8F4244 (or 0x8F4244) is known color: Stiletto. HEX triplet: 8F, 42 and 44. RGB value is (143,66,68). Sum of RGB (Red+Green+Blue) = 143+66+68=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4244 is #70BDBB. Grayscale: #595959. Windows color (decimal): -7388604 or 4473487. OLE color: 4473487.
HSL color Cylindrical-coordinate representation of color #8F4244: hue angle of 358.44º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F4244 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 68 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.44 |
| HSL | 358.44º | 0.37% | 0.41% | - |
| HSV(B) | 358.44º | 0.54% | 0.56% | - |
| XYZ | 14.32 | 10.15 | 6.67 | - |
| YUV | 89.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 68 | 0 | 0.54 | 0.52 | 0.44 | 358.44 | 0.37 | 0.41 |
| Hex | 8F | 42 | 44 | 0 | 36 | 34 | 2C | 166 | 25 | 29 |
| Octal | 217 | 102 | 104 | 0 | 66 | 64 | 54 | 546 | 45 | 51 |
| Binary | 10001111 | 1000010 | 1000100 | 0 | 110110 | 110100 | 101100 | 101100110 | 100101 | 101001 |
Color Harmonies of #8F4244
Complementary color
Monochromatic Colors of #8F4244
Black with #8F4244
Text Example
Text Example
White with #8F4244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4244; }
p { color: rgb(143,66,68); }
H1.HeaderClassName
{
color: #8F4244;
}
.AnyTagClassName
{
color: #8F4244;
}
</style>
background-color css
<style>
a { background-color: #8F4244; }
a { background-color: rgb(143,66,68); }
div.DivClassName
{
background-color: #8F4244;
}
.BgClassName
{
background-color: #8F4244;
}
</style>
border-color css
<style>
span { border-color: #8F4244; }
span { border-color: rgb(143,66,68); }
td.TdClassName
{
border-color: #8F4244;
}
.TagClassName
{
border-color: #8F4244;
}
</style>