Shades of Stiletto #853C40
Tints of Stiletto #853C40
RGB
CMYK
RGB Variations
Color information
#853C40 (or 0x853C40) is known color: Stiletto. HEX triplet: 85, 3C and 40. RGB value is (133,60,64). Sum of RGB (Red+Green+Blue) = 133+60+64=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C40 is #7AC3BF. Grayscale: #525252. Windows color (decimal): -8045504 or 4209797. OLE color: 4209797.
HSL color Cylindrical-coordinate representation of color #853C40: hue angle of 356.71º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C40 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 64 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.48 |
| HSL | 356.71º | 0.38% | 0.38% | - |
| HSV(B) | 356.71º | 0.55% | 0.52% | - |
| XYZ | 12.21 | 8.59 | 5.86 | - |
| YUV | 82.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 64 | 0 | 0.55 | 0.52 | 0.48 | 356.71 | 0.38 | 0.38 |
| Hex | 85 | 3C | 40 | 0 | 37 | 34 | 30 | 165 | 26 | 26 |
| Octal | 205 | 74 | 100 | 0 | 67 | 64 | 60 | 545 | 46 | 46 |
| Binary | 10000101 | 111100 | 1000000 | 0 | 110111 | 110100 | 110000 | 101100101 | 100110 | 100110 |
Color Harmonies of #853C40
Complementary color
Monochromatic Colors of #853C40
Black with #853C40
Text Example
Text Example
White with #853C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C40; }
p { color: rgb(133,60,64); }
H1.HeaderClassName
{
color: #853C40;
}
.AnyTagClassName
{
color: #853C40;
}
</style>
background-color css
<style>
a { background-color: #853C40; }
a { background-color: rgb(133,60,64); }
div.DivClassName
{
background-color: #853C40;
}
.BgClassName
{
background-color: #853C40;
}
</style>
border-color css
<style>
span { border-color: #853C40; }
span { border-color: rgb(133,60,64); }
td.TdClassName
{
border-color: #853C40;
}
.TagClassName
{
border-color: #853C40;
}
</style>