Shades of Stiletto #85353E
Tints of Stiletto #85353E
RGB
CMYK
RGB Variations
Color information
#85353E (or 0x85353E) is known color: Stiletto. HEX triplet: 85, 35 and 3E. RGB value is (133,53,62). Sum of RGB (Red+Green+Blue) = 133+53+62=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85353E is #7ACAC1. Grayscale: #4D4D4D. Windows color (decimal): -8047298 or 4076933. OLE color: 4076933.
HSL color Cylindrical-coordinate representation of color #85353E: hue angle of 353.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85353E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 62 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.48 |
| HSL | 353.25º | 0.43% | 0.36% | - |
| HSV(B) | 353.25º | 0.6% | 0.52% | - |
| XYZ | 11.82 | 7.88 | 5.46 | - |
| YUV | 77.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 62 | 0 | 0.60 | 0.53 | 0.48 | 353.25 | 0.43 | 0.36 |
| Hex | 85 | 35 | 3E | 0 | 3C | 35 | 30 | 161 | 2B | 24 |
| Octal | 205 | 65 | 76 | 0 | 74 | 65 | 60 | 541 | 53 | 44 |
| Binary | 10000101 | 110101 | 111110 | 0 | 111100 | 110101 | 110000 | 101100001 | 101011 | 100100 |
Color Harmonies of #85353E
Complementary color
Monochromatic Colors of #85353E
Black with #85353E
Text Example
Text Example
White with #85353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85353E; }
p { color: rgb(133,53,62); }
H1.HeaderClassName
{
color: #85353E;
}
.AnyTagClassName
{
color: #85353E;
}
</style>
background-color css
<style>
a { background-color: #85353E; }
a { background-color: rgb(133,53,62); }
div.DivClassName
{
background-color: #85353E;
}
.BgClassName
{
background-color: #85353E;
}
</style>
border-color css
<style>
span { border-color: #85353E; }
span { border-color: rgb(133,53,62); }
td.TdClassName
{
border-color: #85353E;
}
.TagClassName
{
border-color: #85353E;
}
</style>