Shades of Stiletto #85373A
Tints of Stiletto #85373A
RGB
CMYK
RGB Variations
Color information
#85373A (or 0x85373A) is known color: Stiletto. HEX triplet: 85, 37 and 3A. RGB value is (133,55,58). Sum of RGB (Red+Green+Blue) = 133+55+58=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85373A is #7AC8C5. Grayscale: #4E4E4E. Windows color (decimal): -8046790 or 3815301. OLE color: 3815301.
HSL color Cylindrical-coordinate representation of color #85373A: hue angle of 357.69º 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 #85373A is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 58 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.48 |
| HSL | 357.69º | 0.41% | 0.37% | - |
| HSV(B) | 357.69º | 0.59% | 0.52% | - |
| XYZ | 11.8 | 8.02 | 4.93 | - |
| YUV | 78.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 58 | 0 | 0.59 | 0.56 | 0.48 | 357.69 | 0.41 | 0.37 |
| Hex | 85 | 37 | 3A | 0 | 3B | 38 | 30 | 166 | 29 | 25 |
| Octal | 205 | 67 | 72 | 0 | 73 | 70 | 60 | 546 | 51 | 45 |
| Binary | 10000101 | 110111 | 111010 | 0 | 111011 | 111000 | 110000 | 101100110 | 101001 | 100101 |
Color Harmonies of #85373A
Complementary color
Monochromatic Colors of #85373A
Black with #85373A
Text Example
Text Example
White with #85373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85373A; }
p { color: rgb(133,55,58); }
H1.HeaderClassName
{
color: #85373A;
}
.AnyTagClassName
{
color: #85373A;
}
</style>
background-color css
<style>
a { background-color: #85373A; }
a { background-color: rgb(133,55,58); }
div.DivClassName
{
background-color: #85373A;
}
.BgClassName
{
background-color: #85373A;
}
</style>
border-color css
<style>
span { border-color: #85373A; }
span { border-color: rgb(133,55,58); }
td.TdClassName
{
border-color: #85373A;
}
.TagClassName
{
border-color: #85373A;
}
</style>