Shades of Stiletto #85373F
Tints of Stiletto #85373F
RGB
CMYK
RGB Variations
Color information
#85373F (or 0x85373F) is known color: Stiletto. HEX triplet: 85, 37 and 3F. RGB value is (133,55,63). Sum of RGB (Red+Green+Blue) = 133+55+63=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85373F is #7AC8C0. Grayscale: #4F4F4F. Windows color (decimal): -8046785 or 4142981. OLE color: 4142981.
HSL color Cylindrical-coordinate representation of color #85373F: hue angle of 353.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85373F is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 63 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.48 |
| HSL | 353.85º | 0.41% | 0.37% | - |
| HSV(B) | 353.85º | 0.59% | 0.52% | - |
| XYZ | 11.94 | 8.08 | 5.63 | - |
| YUV | 79.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 63 | 0 | 0.59 | 0.53 | 0.48 | 353.85 | 0.41 | 0.37 |
| Hex | 85 | 37 | 3F | 0 | 3B | 35 | 30 | 162 | 29 | 25 |
| Octal | 205 | 67 | 77 | 0 | 73 | 65 | 60 | 542 | 51 | 45 |
| Binary | 10000101 | 110111 | 111111 | 0 | 111011 | 110101 | 110000 | 101100010 | 101001 | 100101 |
Color Harmonies of #85373F
Complementary color
Monochromatic Colors of #85373F
Black with #85373F
Text Example
Text Example
White with #85373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85373F; }
p { color: rgb(133,55,63); }
H1.HeaderClassName
{
color: #85373F;
}
.AnyTagClassName
{
color: #85373F;
}
</style>
background-color css
<style>
a { background-color: #85373F; }
a { background-color: rgb(133,55,63); }
div.DivClassName
{
background-color: #85373F;
}
.BgClassName
{
background-color: #85373F;
}
</style>
border-color css
<style>
span { border-color: #85373F; }
span { border-color: rgb(133,55,63); }
td.TdClassName
{
border-color: #85373F;
}
.TagClassName
{
border-color: #85373F;
}
</style>