Shades of Stiletto #873B3E
Tints of Stiletto #873B3E
RGB
CMYK
RGB Variations
Color information
#873B3E (or 0x873B3E) is known color: Stiletto. HEX triplet: 87, 3B and 3E. RGB value is (135,59,62). Sum of RGB (Red+Green+Blue) = 135+59+62=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #873B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873B3E is #78C4C1. Grayscale: #525252. Windows color (decimal): -7914690 or 4078471. OLE color: 4078471.
HSL color Cylindrical-coordinate representation of color #873B3E: hue angle of 357.63º 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 #873B3E is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 59 | 62 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.47 |
| HSL | 357.63º | 0.39% | 0.38% | - |
| HSV(B) | 357.63º | 0.56% | 0.53% | - |
| XYZ | 12.43 | 8.63 | 5.57 | - |
| YUV | 82.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 62 | 0 | 0.56 | 0.54 | 0.47 | 357.63 | 0.39 | 0.38 |
| Hex | 87 | 3B | 3E | 0 | 38 | 36 | 2F | 166 | 27 | 26 |
| Octal | 207 | 73 | 76 | 0 | 70 | 66 | 57 | 546 | 47 | 46 |
| Binary | 10000111 | 111011 | 111110 | 0 | 111000 | 110110 | 101111 | 101100110 | 100111 | 100110 |
Color Harmonies of #873B3E
Complementary color
Monochromatic Colors of #873B3E
Black with #873B3E
Text Example
Text Example
White with #873B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B3E; }
p { color: rgb(135,59,62); }
H1.HeaderClassName
{
color: #873B3E;
}
.AnyTagClassName
{
color: #873B3E;
}
</style>
background-color css
<style>
a { background-color: #873B3E; }
a { background-color: rgb(135,59,62); }
div.DivClassName
{
background-color: #873B3E;
}
.BgClassName
{
background-color: #873B3E;
}
</style>
border-color css
<style>
span { border-color: #873B3E; }
span { border-color: rgb(135,59,62); }
td.TdClassName
{
border-color: #873B3E;
}
.TagClassName
{
border-color: #873B3E;
}
</style>