Shades of Stiletto #8D3A44
Tints of Stiletto #8D3A44
RGB
CMYK
RGB Variations
Color information
#8D3A44 (or 0x8D3A44) is known color: Stiletto. HEX triplet: 8D, 3A and 44. RGB value is (141,58,68). Sum of RGB (Red+Green+Blue) = 141+58+68=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A44 is #72C5BB. Grayscale: #545454. Windows color (decimal): -7521724 or 4471437. OLE color: 4471437.
HSL color Cylindrical-coordinate representation of color #8D3A44: hue angle of 352.77º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D3A44 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 68 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.45 |
| HSL | 352.77º | 0.42% | 0.39% | - |
| HSV(B) | 352.77º | 0.59% | 0.55% | - |
| XYZ | 13.54 | 9.11 | 6.51 | - |
| YUV | 83.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 68 | 0 | 0.59 | 0.52 | 0.45 | 352.77 | 0.42 | 0.39 |
| Hex | 8D | 3A | 44 | 0 | 3B | 34 | 2D | 161 | 2A | 27 |
| Octal | 215 | 72 | 104 | 0 | 73 | 64 | 55 | 541 | 52 | 47 |
| Binary | 10001101 | 111010 | 1000100 | 0 | 111011 | 110100 | 101101 | 101100001 | 101010 | 100111 |
Color Harmonies of #8D3A44
Complementary color
Monochromatic Colors of #8D3A44
Black with #8D3A44
Text Example
Text Example
White with #8D3A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A44; }
p { color: rgb(141,58,68); }
H1.HeaderClassName
{
color: #8D3A44;
}
.AnyTagClassName
{
color: #8D3A44;
}
</style>
background-color css
<style>
a { background-color: #8D3A44; }
a { background-color: rgb(141,58,68); }
div.DivClassName
{
background-color: #8D3A44;
}
.BgClassName
{
background-color: #8D3A44;
}
</style>
border-color css
<style>
span { border-color: #8D3A44; }
span { border-color: rgb(141,58,68); }
td.TdClassName
{
border-color: #8D3A44;
}
.TagClassName
{
border-color: #8D3A44;
}
</style>