Shades of Stiletto #873B45
Tints of Stiletto #873B45
RGB
CMYK
RGB Variations
Color information
#873B45 (or 0x873B45) is known color: Stiletto. HEX triplet: 87, 3B and 45. RGB value is (135,59,69). Sum of RGB (Red+Green+Blue) = 135+59+69=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #873B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B45 is #78C4BA. Grayscale: #525252. Windows color (decimal): -7914683 or 4537223. OLE color: 4537223.
HSL color Cylindrical-coordinate representation of color #873B45: hue angle of 352.11º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873B45 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 59 | 69 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.47 |
| HSL | 352.11º | 0.39% | 0.38% | - |
| HSV(B) | 352.11º | 0.56% | 0.53% | - |
| XYZ | 12.63 | 8.71 | 6.65 | - |
| YUV | 82.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 69 | 0 | 0.56 | 0.49 | 0.47 | 352.11 | 0.39 | 0.38 |
| Hex | 87 | 3B | 45 | 0 | 38 | 31 | 2F | 160 | 27 | 26 |
| Octal | 207 | 73 | 105 | 0 | 70 | 61 | 57 | 540 | 47 | 46 |
| Binary | 10000111 | 111011 | 1000101 | 0 | 111000 | 110001 | 101111 | 101100000 | 100111 | 100110 |
Color Harmonies of #873B45
Complementary color
Monochromatic Colors of #873B45
Black with #873B45
Text Example
Text Example
White with #873B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B45; }
p { color: rgb(135,59,69); }
H1.HeaderClassName
{
color: #873B45;
}
.AnyTagClassName
{
color: #873B45;
}
</style>
background-color css
<style>
a { background-color: #873B45; }
a { background-color: rgb(135,59,69); }
div.DivClassName
{
background-color: #873B45;
}
.BgClassName
{
background-color: #873B45;
}
</style>
border-color css
<style>
span { border-color: #873B45; }
span { border-color: rgb(135,59,69); }
td.TdClassName
{
border-color: #873B45;
}
.TagClassName
{
border-color: #873B45;
}
</style>