Shades of Stiletto #85343E
Tints of Stiletto #85343E
RGB
CMYK
RGB Variations
Color information
#85343E (or 0x85343E) is known color: Stiletto. HEX triplet: 85, 34 and 3E. RGB value is (133,52,62). Sum of RGB (Red+Green+Blue) = 133+52+62=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85343E is #7ACBC1. Grayscale: #4D4D4D. Windows color (decimal): -8047554 or 4076677. OLE color: 4076677.
HSL color Cylindrical-coordinate representation of color #85343E: hue angle of 352.59º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85343E is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 62 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.48 |
| HSL | 352.59º | 0.44% | 0.36% | - |
| HSV(B) | 352.59º | 0.61% | 0.52% | - |
| XYZ | 11.77 | 7.79 | 5.44 | - |
| YUV | 77.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 62 | 0 | 0.61 | 0.53 | 0.48 | 352.59 | 0.44 | 0.36 |
| Hex | 85 | 34 | 3E | 0 | 3D | 35 | 30 | 161 | 2C | 24 |
| Octal | 205 | 64 | 76 | 0 | 75 | 65 | 60 | 541 | 54 | 44 |
| Binary | 10000101 | 110100 | 111110 | 0 | 111101 | 110101 | 110000 | 101100001 | 101100 | 100100 |
Color Harmonies of #85343E
Complementary color
Monochromatic Colors of #85343E
Black with #85343E
Text Example
Text Example
White with #85343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85343E; }
p { color: rgb(133,52,62); }
H1.HeaderClassName
{
color: #85343E;
}
.AnyTagClassName
{
color: #85343E;
}
</style>
background-color css
<style>
a { background-color: #85343E; }
a { background-color: rgb(133,52,62); }
div.DivClassName
{
background-color: #85343E;
}
.BgClassName
{
background-color: #85343E;
}
</style>
border-color css
<style>
span { border-color: #85343E; }
span { border-color: rgb(133,52,62); }
td.TdClassName
{
border-color: #85343E;
}
.TagClassName
{
border-color: #85343E;
}
</style>