Shades of Stiletto #873D41
Tints of Stiletto #873D41
RGB
CMYK
RGB Variations
Color information
#873D41 (or 0x873D41) is known color: Stiletto. HEX triplet: 87, 3D and 41. RGB value is (135,61,65). Sum of RGB (Red+Green+Blue) = 135+61+65=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #873D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D41 is #78C2BE. Grayscale: #535353. Windows color (decimal): -7914175 or 4275591. OLE color: 4275591.
HSL color Cylindrical-coordinate representation of color #873D41: hue angle of 356.76º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #873D41 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 65 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.47 |
| HSL | 356.76º | 0.38% | 0.38% | - |
| HSV(B) | 356.76º | 0.55% | 0.53% | - |
| XYZ | 12.61 | 8.87 | 6.05 | - |
| YUV | 83.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 65 | 0 | 0.55 | 0.52 | 0.47 | 356.76 | 0.38 | 0.38 |
| Hex | 87 | 3D | 41 | 0 | 37 | 34 | 2F | 165 | 26 | 26 |
| Octal | 207 | 75 | 101 | 0 | 67 | 64 | 57 | 545 | 46 | 46 |
| Binary | 10000111 | 111101 | 1000001 | 0 | 110111 | 110100 | 101111 | 101100101 | 100110 | 100110 |
Color Harmonies of #873D41
Complementary color
Monochromatic Colors of #873D41
Black with #873D41
Text Example
Text Example
White with #873D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D41; }
p { color: rgb(135,61,65); }
H1.HeaderClassName
{
color: #873D41;
}
.AnyTagClassName
{
color: #873D41;
}
</style>
background-color css
<style>
a { background-color: #873D41; }
a { background-color: rgb(135,61,65); }
div.DivClassName
{
background-color: #873D41;
}
.BgClassName
{
background-color: #873D41;
}
</style>
border-color css
<style>
span { border-color: #873D41; }
span { border-color: rgb(135,61,65); }
td.TdClassName
{
border-color: #873D41;
}
.TagClassName
{
border-color: #873D41;
}
</style>