Shades of Stiletto #8F4143
Tints of Stiletto #8F4143
RGB
CMYK
RGB Variations
Color information
#8F4143 (or 0x8F4143) is known color: Stiletto. HEX triplet: 8F, 41 and 43. RGB value is (143,65,67). Sum of RGB (Red+Green+Blue) = 143+65+67=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4143 is #70BEBC. Grayscale: #585858. Windows color (decimal): -7388861 or 4407695. OLE color: 4407695.
HSL color Cylindrical-coordinate representation of color #8F4143: hue angle of 358.46º 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 #8F4143 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 67 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.44 |
| HSL | 358.46º | 0.38% | 0.41% | - |
| HSV(B) | 358.46º | 0.55% | 0.56% | - |
| XYZ | 14.23 | 10.03 | 6.5 | - |
| YUV | 88.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 67 | 0 | 0.55 | 0.53 | 0.44 | 358.46 | 0.38 | 0.41 |
| Hex | 8F | 41 | 43 | 0 | 37 | 35 | 2C | 166 | 26 | 29 |
| Octal | 217 | 101 | 103 | 0 | 67 | 65 | 54 | 546 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1000011 | 0 | 110111 | 110101 | 101100 | 101100110 | 100110 | 101001 |
Color Harmonies of #8F4143
Complementary color
Monochromatic Colors of #8F4143
Black with #8F4143
Text Example
Text Example
White with #8F4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4143; }
p { color: rgb(143,65,67); }
H1.HeaderClassName
{
color: #8F4143;
}
.AnyTagClassName
{
color: #8F4143;
}
</style>
background-color css
<style>
a { background-color: #8F4143; }
a { background-color: rgb(143,65,67); }
div.DivClassName
{
background-color: #8F4143;
}
.BgClassName
{
background-color: #8F4143;
}
</style>
border-color css
<style>
span { border-color: #8F4143; }
span { border-color: rgb(143,65,67); }
td.TdClassName
{
border-color: #8F4143;
}
.TagClassName
{
border-color: #8F4143;
}
</style>