Shades of Stiletto #853C3F
Tints of Stiletto #853C3F
RGB
CMYK
RGB Variations
Color information
#853C3F (or 0x853C3F) is known color: Stiletto. HEX triplet: 85, 3C and 3F. RGB value is (133,60,63). Sum of RGB (Red+Green+Blue) = 133+60+63=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #853C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C3F is #7AC3C0. Grayscale: #525252. Windows color (decimal): -8045505 or 4144261. OLE color: 4144261.
HSL color Cylindrical-coordinate representation of color #853C3F: hue angle of 357.53º 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 #853C3F is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 63 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.48 |
| HSL | 357.53º | 0.38% | 0.38% | - |
| HSV(B) | 357.53º | 0.55% | 0.52% | - |
| XYZ | 12.19 | 8.58 | 5.72 | - |
| YUV | 82.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 63 | 0 | 0.55 | 0.53 | 0.48 | 357.53 | 0.38 | 0.38 |
| Hex | 85 | 3C | 3F | 0 | 37 | 35 | 30 | 166 | 26 | 26 |
| Octal | 205 | 74 | 77 | 0 | 67 | 65 | 60 | 546 | 46 | 46 |
| Binary | 10000101 | 111100 | 111111 | 0 | 110111 | 110101 | 110000 | 101100110 | 100110 | 100110 |
Color Harmonies of #853C3F
Complementary color
Monochromatic Colors of #853C3F
Black with #853C3F
Text Example
Text Example
White with #853C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C3F; }
p { color: rgb(133,60,63); }
H1.HeaderClassName
{
color: #853C3F;
}
.AnyTagClassName
{
color: #853C3F;
}
</style>
background-color css
<style>
a { background-color: #853C3F; }
a { background-color: rgb(133,60,63); }
div.DivClassName
{
background-color: #853C3F;
}
.BgClassName
{
background-color: #853C3F;
}
</style>
border-color css
<style>
span { border-color: #853C3F; }
span { border-color: rgb(133,60,63); }
td.TdClassName
{
border-color: #853C3F;
}
.TagClassName
{
border-color: #853C3F;
}
</style>