Shades of Stiletto #853A44
Tints of Stiletto #853A44
RGB
CMYK
RGB Variations
Color information
#853A44 (or 0x853A44) is known color: Stiletto. HEX triplet: 85, 3A and 44. RGB value is (133,58,68). Sum of RGB (Red+Green+Blue) = 133+58+68=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #853A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A44 is #7AC5BB. Grayscale: #515151. Windows color (decimal): -8046012 or 4471429. OLE color: 4471429.
HSL color Cylindrical-coordinate representation of color #853A44: hue angle of 352º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A44 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 68 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.48 |
| HSL | 352º | 0.39% | 0.37% | - |
| HSV(B) | 352º | 0.56% | 0.52% | - |
| XYZ | 12.23 | 8.43 | 6.45 | - |
| YUV | 81.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 68 | 0 | 0.56 | 0.49 | 0.48 | 352 | 0.39 | 0.37 |
| Hex | 85 | 3A | 44 | 0 | 38 | 31 | 30 | 160 | 27 | 25 |
| Octal | 205 | 72 | 104 | 0 | 70 | 61 | 60 | 540 | 47 | 45 |
| Binary | 10000101 | 111010 | 1000100 | 0 | 111000 | 110001 | 110000 | 101100000 | 100111 | 100101 |
Color Harmonies of #853A44
Complementary color
Monochromatic Colors of #853A44
Black with #853A44
Text Example
Text Example
White with #853A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A44; }
p { color: rgb(133,58,68); }
H1.HeaderClassName
{
color: #853A44;
}
.AnyTagClassName
{
color: #853A44;
}
</style>
background-color css
<style>
a { background-color: #853A44; }
a { background-color: rgb(133,58,68); }
div.DivClassName
{
background-color: #853A44;
}
.BgClassName
{
background-color: #853A44;
}
</style>
border-color css
<style>
span { border-color: #853A44; }
span { border-color: rgb(133,58,68); }
td.TdClassName
{
border-color: #853A44;
}
.TagClassName
{
border-color: #853A44;
}
</style>