Shades of Stiletto #85393D
Tints of Stiletto #85393D
RGB
CMYK
RGB Variations
Color information
#85393D (or 0x85393D) is known color: Stiletto. HEX triplet: 85, 39 and 3D. RGB value is (133,57,61). Sum of RGB (Red+Green+Blue) = 133+57+61=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85393D is #7AC6C2. Grayscale: #505050. Windows color (decimal): -8046275 or 4012421. OLE color: 4012421.
HSL color Cylindrical-coordinate representation of color #85393D: hue angle of 356.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85393D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 61 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.48 |
| HSL | 356.84º | 0.4% | 0.37% | - |
| HSV(B) | 356.84º | 0.57% | 0.52% | - |
| XYZ | 11.98 | 8.25 | 5.38 | - |
| YUV | 80.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 61 | 0 | 0.57 | 0.54 | 0.48 | 356.84 | 0.4 | 0.37 |
| Hex | 85 | 39 | 3D | 0 | 39 | 36 | 30 | 165 | 28 | 25 |
| Octal | 205 | 71 | 75 | 0 | 71 | 66 | 60 | 545 | 50 | 45 |
| Binary | 10000101 | 111001 | 111101 | 0 | 111001 | 110110 | 110000 | 101100101 | 101000 | 100101 |
Color Harmonies of #85393D
Complementary color
Monochromatic Colors of #85393D
Black with #85393D
Text Example
Text Example
White with #85393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85393D; }
p { color: rgb(133,57,61); }
H1.HeaderClassName
{
color: #85393D;
}
.AnyTagClassName
{
color: #85393D;
}
</style>
background-color css
<style>
a { background-color: #85393D; }
a { background-color: rgb(133,57,61); }
div.DivClassName
{
background-color: #85393D;
}
.BgClassName
{
background-color: #85393D;
}
</style>
border-color css
<style>
span { border-color: #85393D; }
span { border-color: rgb(133,57,61); }
td.TdClassName
{
border-color: #85393D;
}
.TagClassName
{
border-color: #85393D;
}
</style>