Shades of Stiletto #854145
Tints of Stiletto #854145
RGB
CMYK
RGB Variations
Color information
#854145 (or 0x854145) is known color: Stiletto. HEX triplet: 85, 41 and 45. RGB value is (133,65,69). Sum of RGB (Red+Green+Blue) = 133+65+69=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #854145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854145 is #7ABEBA. Grayscale: #555555. Windows color (decimal): -8044219 or 4538757. OLE color: 4538757.
HSL color Cylindrical-coordinate representation of color #854145: hue angle of 356.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854145 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 69 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.48 |
| HSL | 356.47º | 0.34% | 0.39% | - |
| HSV(B) | 356.47º | 0.51% | 0.52% | - |
| XYZ | 12.64 | 9.2 | 6.74 | - |
| YUV | 85.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 69 | 0 | 0.51 | 0.48 | 0.48 | 356.47 | 0.34 | 0.39 |
| Hex | 85 | 41 | 45 | 0 | 33 | 30 | 30 | 164 | 22 | 27 |
| Octal | 205 | 101 | 105 | 0 | 63 | 60 | 60 | 544 | 42 | 47 |
| Binary | 10000101 | 1000001 | 1000101 | 0 | 110011 | 110000 | 110000 | 101100100 | 100010 | 100111 |
Color Harmonies of #854145
Complementary color
Monochromatic Colors of #854145
Black with #854145
Text Example
Text Example
White with #854145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854145; }
p { color: rgb(133,65,69); }
H1.HeaderClassName
{
color: #854145;
}
.AnyTagClassName
{
color: #854145;
}
</style>
background-color css
<style>
a { background-color: #854145; }
a { background-color: rgb(133,65,69); }
div.DivClassName
{
background-color: #854145;
}
.BgClassName
{
background-color: #854145;
}
</style>
border-color css
<style>
span { border-color: #854145; }
span { border-color: rgb(133,65,69); }
td.TdClassName
{
border-color: #854145;
}
.TagClassName
{
border-color: #854145;
}
</style>