Shades of Stiletto #853E40
Tints of Stiletto #853E40
RGB
CMYK
RGB Variations
Color information
#853E40 (or 0x853E40) is known color: Stiletto. HEX triplet: 85, 3E and 40. RGB value is (133,62,64). Sum of RGB (Red+Green+Blue) = 133+62+64=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #853E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E40 is #7AC1BF. Grayscale: #535353. Windows color (decimal): -8044992 or 4210309. OLE color: 4210309.
HSL color Cylindrical-coordinate representation of color #853E40: hue angle of 358.31º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853E40 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 62 | 64 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.48 |
| HSL | 358.31º | 0.36% | 0.38% | - |
| HSV(B) | 358.31º | 0.53% | 0.52% | - |
| XYZ | 12.32 | 8.8 | 5.9 | - |
| YUV | 83.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 64 | 0 | 0.53 | 0.52 | 0.48 | 358.31 | 0.36 | 0.38 |
| Hex | 85 | 3E | 40 | 0 | 35 | 34 | 30 | 166 | 24 | 26 |
| Octal | 205 | 76 | 100 | 0 | 65 | 64 | 60 | 546 | 44 | 46 |
| Binary | 10000101 | 111110 | 1000000 | 0 | 110101 | 110100 | 110000 | 101100110 | 100100 | 100110 |
Color Harmonies of #853E40
Complementary color
Monochromatic Colors of #853E40
Black with #853E40
Text Example
Text Example
White with #853E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853E40; }
p { color: rgb(133,62,64); }
H1.HeaderClassName
{
color: #853E40;
}
.AnyTagClassName
{
color: #853E40;
}
</style>
background-color css
<style>
a { background-color: #853E40; }
a { background-color: rgb(133,62,64); }
div.DivClassName
{
background-color: #853E40;
}
.BgClassName
{
background-color: #853E40;
}
</style>
border-color css
<style>
span { border-color: #853E40; }
span { border-color: rgb(133,62,64); }
td.TdClassName
{
border-color: #853E40;
}
.TagClassName
{
border-color: #853E40;
}
</style>