Shades of Stiletto #8D4044
Tints of Stiletto #8D4044
RGB
CMYK
RGB Variations
Color information
#8D4044 (or 0x8D4044) is known color: Stiletto. HEX triplet: 8D, 40 and 44. RGB value is (141,64,68). Sum of RGB (Red+Green+Blue) = 141+64+68=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4044 is #72BFBB. Grayscale: #575757. Windows color (decimal): -7520188 or 4472973. OLE color: 4472973.
HSL color Cylindrical-coordinate representation of color #8D4044: hue angle of 356.88º 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 #8D4044 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 68 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.45 |
| HSL | 356.88º | 0.38% | 0.4% | - |
| HSV(B) | 356.88º | 0.55% | 0.55% | - |
| XYZ | 13.86 | 9.75 | 6.62 | - |
| YUV | 87.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 68 | 0 | 0.55 | 0.52 | 0.45 | 356.88 | 0.38 | 0.4 |
| Hex | 8D | 40 | 44 | 0 | 37 | 34 | 2D | 165 | 26 | 28 |
| Octal | 215 | 100 | 104 | 0 | 67 | 64 | 55 | 545 | 46 | 50 |
| Binary | 10001101 | 1000000 | 1000100 | 0 | 110111 | 110100 | 101101 | 101100101 | 100110 | 101000 |
Color Harmonies of #8D4044
Complementary color
Monochromatic Colors of #8D4044
Black with #8D4044
Text Example
Text Example
White with #8D4044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4044; }
p { color: rgb(141,64,68); }
H1.HeaderClassName
{
color: #8D4044;
}
.AnyTagClassName
{
color: #8D4044;
}
</style>
background-color css
<style>
a { background-color: #8D4044; }
a { background-color: rgb(141,64,68); }
div.DivClassName
{
background-color: #8D4044;
}
.BgClassName
{
background-color: #8D4044;
}
</style>
border-color css
<style>
span { border-color: #8D4044; }
span { border-color: rgb(141,64,68); }
td.TdClassName
{
border-color: #8D4044;
}
.TagClassName
{
border-color: #8D4044;
}
</style>