Shades of Stiletto #8F4041
Tints of Stiletto #8F4041
RGB
CMYK
RGB Variations
Color information
#8F4041 (or 0x8F4041) is known color: Stiletto. HEX triplet: 8F, 40 and 41. RGB value is (143,64,65). Sum of RGB (Red+Green+Blue) = 143+64+65=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4041 is #70BFBE. Grayscale: #575757. Windows color (decimal): -7389119 or 4276367. OLE color: 4276367.
HSL color Cylindrical-coordinate representation of color #8F4041: hue angle of 359.24º 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 #8F4041 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 65 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.44 |
| HSL | 359.24º | 0.38% | 0.41% | - |
| HSV(B) | 359.24º | 0.55% | 0.56% | - |
| XYZ | 14.12 | 9.89 | 6.17 | - |
| YUV | 87.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 65 | 0 | 0.55 | 0.55 | 0.44 | 359.24 | 0.38 | 0.41 |
| Hex | 8F | 40 | 41 | 0 | 37 | 37 | 2C | 167 | 26 | 29 |
| Octal | 217 | 100 | 101 | 0 | 67 | 67 | 54 | 547 | 46 | 51 |
| Binary | 10001111 | 1000000 | 1000001 | 0 | 110111 | 110111 | 101100 | 101100111 | 100110 | 101001 |
Color Harmonies of #8F4041
Complementary color
Monochromatic Colors of #8F4041
Black with #8F4041
Text Example
Text Example
White with #8F4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4041; }
p { color: rgb(143,64,65); }
H1.HeaderClassName
{
color: #8F4041;
}
.AnyTagClassName
{
color: #8F4041;
}
</style>
background-color css
<style>
a { background-color: #8F4041; }
a { background-color: rgb(143,64,65); }
div.DivClassName
{
background-color: #8F4041;
}
.BgClassName
{
background-color: #8F4041;
}
</style>
border-color css
<style>
span { border-color: #8F4041; }
span { border-color: rgb(143,64,65); }
td.TdClassName
{
border-color: #8F4041;
}
.TagClassName
{
border-color: #8F4041;
}
</style>