Shades of Stiletto #843C45
Tints of Stiletto #843C45
RGB
CMYK
RGB Variations
Color information
#843C45 (or 0x843C45) is known color: Stiletto. HEX triplet: 84, 3C and 45. RGB value is (132,60,69). Sum of RGB (Red+Green+Blue) = 132+60+69=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #843C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C45 is #7BC3BA. Grayscale: #525252. Windows color (decimal): -8111035 or 4537476. OLE color: 4537476.
HSL color Cylindrical-coordinate representation of color #843C45: hue angle of 352.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C45 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 69 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.48 |
| HSL | 352.5º | 0.38% | 0.38% | - |
| HSV(B) | 352.5º | 0.55% | 0.52% | - |
| XYZ | 12.21 | 8.57 | 6.64 | - |
| YUV | 82.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 69 | 0 | 0.55 | 0.48 | 0.48 | 352.5 | 0.38 | 0.38 |
| Hex | 84 | 3C | 45 | 0 | 37 | 30 | 30 | 160 | 26 | 26 |
| Octal | 204 | 74 | 105 | 0 | 67 | 60 | 60 | 540 | 46 | 46 |
| Binary | 10000100 | 111100 | 1000101 | 0 | 110111 | 110000 | 110000 | 101100000 | 100110 | 100110 |
Color Harmonies of #843C45
Complementary color
Monochromatic Colors of #843C45
Black with #843C45
Text Example
Text Example
White with #843C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C45; }
p { color: rgb(132,60,69); }
H1.HeaderClassName
{
color: #843C45;
}
.AnyTagClassName
{
color: #843C45;
}
</style>
background-color css
<style>
a { background-color: #843C45; }
a { background-color: rgb(132,60,69); }
div.DivClassName
{
background-color: #843C45;
}
.BgClassName
{
background-color: #843C45;
}
</style>
border-color css
<style>
span { border-color: #843C45; }
span { border-color: rgb(132,60,69); }
td.TdClassName
{
border-color: #843C45;
}
.TagClassName
{
border-color: #843C45;
}
</style>