Shades of Stiletto #853E43
Tints of Stiletto #853E43
RGB
CMYK
RGB Variations
Color information
#853E43 (or 0x853E43) is known color: Stiletto. HEX triplet: 85, 3E and 43. RGB value is (133,62,67). Sum of RGB (Red+Green+Blue) = 133+62+67=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #853E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E43 is #7AC1BC. Grayscale: #535353. Windows color (decimal): -8044989 or 4406917. OLE color: 4406917.
HSL color Cylindrical-coordinate representation of color #853E43: hue angle of 355.77º 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 #853E43 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 62 | 67 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.48 |
| HSL | 355.77º | 0.36% | 0.38% | - |
| HSV(B) | 355.77º | 0.53% | 0.52% | - |
| XYZ | 12.41 | 8.84 | 6.36 | - |
| YUV | 83.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 67 | 0 | 0.53 | 0.50 | 0.48 | 355.77 | 0.36 | 0.38 |
| Hex | 85 | 3E | 43 | 0 | 35 | 32 | 30 | 164 | 24 | 26 |
| Octal | 205 | 76 | 103 | 0 | 65 | 62 | 60 | 544 | 44 | 46 |
| Binary | 10000101 | 111110 | 1000011 | 0 | 110101 | 110010 | 110000 | 101100100 | 100100 | 100110 |
Color Harmonies of #853E43
Complementary color
Monochromatic Colors of #853E43
Black with #853E43
Text Example
Text Example
White with #853E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853E43; }
p { color: rgb(133,62,67); }
H1.HeaderClassName
{
color: #853E43;
}
.AnyTagClassName
{
color: #853E43;
}
</style>
background-color css
<style>
a { background-color: #853E43; }
a { background-color: rgb(133,62,67); }
div.DivClassName
{
background-color: #853E43;
}
.BgClassName
{
background-color: #853E43;
}
</style>
border-color css
<style>
span { border-color: #853E43; }
span { border-color: rgb(133,62,67); }
td.TdClassName
{
border-color: #853E43;
}
.TagClassName
{
border-color: #853E43;
}
</style>