Shades of Stiletto #853943
Tints of Stiletto #853943
RGB
CMYK
RGB Variations
Color information
#853943 (or 0x853943) is known color: Stiletto. HEX triplet: 85, 39 and 43. RGB value is (133,57,67). Sum of RGB (Red+Green+Blue) = 133+57+67=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853943 is #7AC6BC. Grayscale: #505050. Windows color (decimal): -8046269 or 4405637. OLE color: 4405637.
HSL color Cylindrical-coordinate representation of color #853943: hue angle of 352.11º 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 #853943 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 67 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.48 |
| HSL | 352.11º | 0.4% | 0.37% | - |
| HSV(B) | 352.11º | 0.57% | 0.52% | - |
| XYZ | 12.15 | 8.32 | 6.28 | - |
| YUV | 80.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 67 | 0 | 0.57 | 0.50 | 0.48 | 352.11 | 0.4 | 0.37 |
| Hex | 85 | 39 | 43 | 0 | 39 | 32 | 30 | 160 | 28 | 25 |
| Octal | 205 | 71 | 103 | 0 | 71 | 62 | 60 | 540 | 50 | 45 |
| Binary | 10000101 | 111001 | 1000011 | 0 | 111001 | 110010 | 110000 | 101100000 | 101000 | 100101 |
Color Harmonies of #853943
Complementary color
Monochromatic Colors of #853943
Black with #853943
Text Example
Text Example
White with #853943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853943; }
p { color: rgb(133,57,67); }
H1.HeaderClassName
{
color: #853943;
}
.AnyTagClassName
{
color: #853943;
}
</style>
background-color css
<style>
a { background-color: #853943; }
a { background-color: rgb(133,57,67); }
div.DivClassName
{
background-color: #853943;
}
.BgClassName
{
background-color: #853943;
}
</style>
border-color css
<style>
span { border-color: #853943; }
span { border-color: rgb(133,57,67); }
td.TdClassName
{
border-color: #853943;
}
.TagClassName
{
border-color: #853943;
}
</style>