Shades of Stiletto #873A3B
Tints of Stiletto #873A3B
RGB
CMYK
RGB Variations
Color information
#873A3B (or 0x873A3B) is known color: Stiletto. HEX triplet: 87, 3A and 3B. RGB value is (135,58,59). Sum of RGB (Red+Green+Blue) = 135+58+59=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #873A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A3B is #78C5C4. Grayscale: #515151. Windows color (decimal): -7914949 or 3881607. OLE color: 3881607.
HSL color Cylindrical-coordinate representation of color #873A3B: hue angle of 359.22º 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 #873A3B is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 59 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.47 |
| HSL | 359.22º | 0.4% | 0.38% | - |
| HSV(B) | 359.22º | 0.57% | 0.53% | - |
| XYZ | 12.29 | 8.49 | 5.13 | - |
| YUV | 81.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 59 | 0 | 0.57 | 0.56 | 0.47 | 359.22 | 0.4 | 0.38 |
| Hex | 87 | 3A | 3B | 0 | 39 | 38 | 2F | 167 | 28 | 26 |
| Octal | 207 | 72 | 73 | 0 | 71 | 70 | 57 | 547 | 50 | 46 |
| Binary | 10000111 | 111010 | 111011 | 0 | 111001 | 111000 | 101111 | 101100111 | 101000 | 100110 |
Color Harmonies of #873A3B
Complementary color
Monochromatic Colors of #873A3B
Black with #873A3B
Text Example
Text Example
White with #873A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A3B; }
p { color: rgb(135,58,59); }
H1.HeaderClassName
{
color: #873A3B;
}
.AnyTagClassName
{
color: #873A3B;
}
</style>
background-color css
<style>
a { background-color: #873A3B; }
a { background-color: rgb(135,58,59); }
div.DivClassName
{
background-color: #873A3B;
}
.BgClassName
{
background-color: #873A3B;
}
</style>
border-color css
<style>
span { border-color: #873A3B; }
span { border-color: rgb(135,58,59); }
td.TdClassName
{
border-color: #873A3B;
}
.TagClassName
{
border-color: #873A3B;
}
</style>