Shades of Stiletto #8D4244
Tints of Stiletto #8D4244
RGB
CMYK
RGB Variations
Color information
#8D4244 (or 0x8D4244) is known color: Stiletto. HEX triplet: 8D, 42 and 44. RGB value is (141,66,68). Sum of RGB (Red+Green+Blue) = 141+66+68=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4244 is #72BDBB. Grayscale: #585858. Windows color (decimal): -7519676 or 4473485. OLE color: 4473485.
HSL color Cylindrical-coordinate representation of color #8D4244: hue angle of 358.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4244 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 68 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.45 |
| HSL | 358.4º | 0.36% | 0.41% | - |
| HSV(B) | 358.4º | 0.53% | 0.55% | - |
| XYZ | 13.98 | 9.98 | 6.66 | - |
| YUV | 88.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 68 | 0 | 0.53 | 0.52 | 0.45 | 358.4 | 0.36 | 0.41 |
| Hex | 8D | 42 | 44 | 0 | 35 | 34 | 2D | 166 | 24 | 29 |
| Octal | 215 | 102 | 104 | 0 | 65 | 64 | 55 | 546 | 44 | 51 |
| Binary | 10001101 | 1000010 | 1000100 | 0 | 110101 | 110100 | 101101 | 101100110 | 100100 | 101001 |
Color Harmonies of #8D4244
Complementary color
Monochromatic Colors of #8D4244
Black with #8D4244
Text Example
Text Example
White with #8D4244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4244; }
p { color: rgb(141,66,68); }
H1.HeaderClassName
{
color: #8D4244;
}
.AnyTagClassName
{
color: #8D4244;
}
</style>
background-color css
<style>
a { background-color: #8D4244; }
a { background-color: rgb(141,66,68); }
div.DivClassName
{
background-color: #8D4244;
}
.BgClassName
{
background-color: #8D4244;
}
</style>
border-color css
<style>
span { border-color: #8D4244; }
span { border-color: rgb(141,66,68); }
td.TdClassName
{
border-color: #8D4244;
}
.TagClassName
{
border-color: #8D4244;
}
</style>