Shades of Stiletto #853C45
Tints of Stiletto #853C45
RGB
CMYK
RGB Variations
Color information
#853C45 (or 0x853C45) is known color: Stiletto. HEX triplet: 85, 3C and 45. RGB value is (133,60,69). Sum of RGB (Red+Green+Blue) = 133+60+69=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #853C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C45 is #7AC3BA. Grayscale: #525252. Windows color (decimal): -8045499 or 4537477. OLE color: 4537477.
HSL color Cylindrical-coordinate representation of color #853C45: hue angle of 352.6º 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 #853C45 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 69 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.48 |
| HSL | 352.6º | 0.38% | 0.38% | - |
| HSV(B) | 352.6º | 0.55% | 0.52% | - |
| XYZ | 12.36 | 8.65 | 6.65 | - |
| YUV | 82.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 69 | 0 | 0.55 | 0.48 | 0.48 | 352.6 | 0.38 | 0.38 |
| Hex | 85 | 3C | 45 | 0 | 37 | 30 | 30 | 161 | 26 | 26 |
| Octal | 205 | 74 | 105 | 0 | 67 | 60 | 60 | 541 | 46 | 46 |
| Binary | 10000101 | 111100 | 1000101 | 0 | 110111 | 110000 | 110000 | 101100001 | 100110 | 100110 |
Color Harmonies of #853C45
Complementary color
Monochromatic Colors of #853C45
Black with #853C45
Text Example
Text Example
White with #853C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C45; }
p { color: rgb(133,60,69); }
H1.HeaderClassName
{
color: #853C45;
}
.AnyTagClassName
{
color: #853C45;
}
</style>
background-color css
<style>
a { background-color: #853C45; }
a { background-color: rgb(133,60,69); }
div.DivClassName
{
background-color: #853C45;
}
.BgClassName
{
background-color: #853C45;
}
</style>
border-color css
<style>
span { border-color: #853C45; }
span { border-color: rgb(133,60,69); }
td.TdClassName
{
border-color: #853C45;
}
.TagClassName
{
border-color: #853C45;
}
</style>