Shades of Stiletto #873A40
Tints of Stiletto #873A40
RGB
CMYK
RGB Variations
Color information
#873A40 (or 0x873A40) is known color: Stiletto. HEX triplet: 87, 3A and 40. RGB value is (135,58,64). Sum of RGB (Red+Green+Blue) = 135+58+64=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #873A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A40 is #78C5BF. Grayscale: #515151. Windows color (decimal): -7914944 or 4209287. OLE color: 4209287.
HSL color Cylindrical-coordinate representation of color #873A40: hue angle of 355.32º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A40 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 64 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.47 |
| HSL | 355.32º | 0.4% | 0.38% | - |
| HSV(B) | 355.32º | 0.57% | 0.53% | - |
| XYZ | 12.43 | 8.55 | 5.85 | - |
| YUV | 81.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 64 | 0 | 0.57 | 0.53 | 0.47 | 355.32 | 0.4 | 0.38 |
| Hex | 87 | 3A | 40 | 0 | 39 | 35 | 2F | 163 | 28 | 26 |
| Octal | 207 | 72 | 100 | 0 | 71 | 65 | 57 | 543 | 50 | 46 |
| Binary | 10000111 | 111010 | 1000000 | 0 | 111001 | 110101 | 101111 | 101100011 | 101000 | 100110 |
Color Harmonies of #873A40
Complementary color
Monochromatic Colors of #873A40
Black with #873A40
Text Example
Text Example
White with #873A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A40; }
p { color: rgb(135,58,64); }
H1.HeaderClassName
{
color: #873A40;
}
.AnyTagClassName
{
color: #873A40;
}
</style>
background-color css
<style>
a { background-color: #873A40; }
a { background-color: rgb(135,58,64); }
div.DivClassName
{
background-color: #873A40;
}
.BgClassName
{
background-color: #873A40;
}
</style>
border-color css
<style>
span { border-color: #873A40; }
span { border-color: rgb(135,58,64); }
td.TdClassName
{
border-color: #873A40;
}
.TagClassName
{
border-color: #873A40;
}
</style>