Shades of Stiletto #853942
Tints of Stiletto #853942
RGB
CMYK
RGB Variations
Color information
#853942 (or 0x853942) is known color: Stiletto. HEX triplet: 85, 39 and 42. RGB value is (133,57,66). Sum of RGB (Red+Green+Blue) = 133+57+66=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #853942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853942 is #7AC6BD. Grayscale: #505050. Windows color (decimal): -8046270 or 4340101. OLE color: 4340101.
HSL color Cylindrical-coordinate representation of color #853942: hue angle of 352.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853942 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 66 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.48 |
| HSL | 352.89º | 0.4% | 0.37% | - |
| HSV(B) | 352.89º | 0.57% | 0.52% | - |
| XYZ | 12.12 | 8.31 | 6.12 | - |
| YUV | 80.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 66 | 0 | 0.57 | 0.50 | 0.48 | 352.89 | 0.4 | 0.37 |
| Hex | 85 | 39 | 42 | 0 | 39 | 32 | 30 | 161 | 28 | 25 |
| Octal | 205 | 71 | 102 | 0 | 71 | 62 | 60 | 541 | 50 | 45 |
| Binary | 10000101 | 111001 | 1000010 | 0 | 111001 | 110010 | 110000 | 101100001 | 101000 | 100101 |
Color Harmonies of #853942
Complementary color
Monochromatic Colors of #853942
Black with #853942
Text Example
Text Example
White with #853942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853942; }
p { color: rgb(133,57,66); }
H1.HeaderClassName
{
color: #853942;
}
.AnyTagClassName
{
color: #853942;
}
</style>
background-color css
<style>
a { background-color: #853942; }
a { background-color: rgb(133,57,66); }
div.DivClassName
{
background-color: #853942;
}
.BgClassName
{
background-color: #853942;
}
</style>
border-color css
<style>
span { border-color: #853942; }
span { border-color: rgb(133,57,66); }
td.TdClassName
{
border-color: #853942;
}
.TagClassName
{
border-color: #853942;
}
</style>