Shades of Stiletto #843F45
Tints of Stiletto #843F45
RGB
CMYK
RGB Variations
Color information
#843F45 (or 0x843F45) is known color: Stiletto. HEX triplet: 84, 3F and 45. RGB value is (132,63,69). Sum of RGB (Red+Green+Blue) = 132+63+69=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #843F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843F45 is #7BC0BA. Grayscale: #545454. Windows color (decimal): -8110267 or 4538244. OLE color: 4538244.
HSL color Cylindrical-coordinate representation of color #843F45: hue angle of 354.78º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #843F45 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 69 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.48 |
| HSL | 354.78º | 0.35% | 0.38% | - |
| HSV(B) | 354.78º | 0.52% | 0.52% | - |
| XYZ | 12.37 | 8.89 | 6.69 | - |
| YUV | 84.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 69 | 0 | 0.52 | 0.48 | 0.48 | 354.78 | 0.35 | 0.38 |
| Hex | 84 | 3F | 45 | 0 | 34 | 30 | 30 | 163 | 23 | 26 |
| Octal | 204 | 77 | 105 | 0 | 64 | 60 | 60 | 543 | 43 | 46 |
| Binary | 10000100 | 111111 | 1000101 | 0 | 110100 | 110000 | 110000 | 101100011 | 100011 | 100110 |
Color Harmonies of #843F45
Complementary color
Monochromatic Colors of #843F45
Black with #843F45
Text Example
Text Example
White with #843F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F45; }
p { color: rgb(132,63,69); }
H1.HeaderClassName
{
color: #843F45;
}
.AnyTagClassName
{
color: #843F45;
}
</style>
background-color css
<style>
a { background-color: #843F45; }
a { background-color: rgb(132,63,69); }
div.DivClassName
{
background-color: #843F45;
}
.BgClassName
{
background-color: #843F45;
}
</style>
border-color css
<style>
span { border-color: #843F45; }
span { border-color: rgb(132,63,69); }
td.TdClassName
{
border-color: #843F45;
}
.TagClassName
{
border-color: #843F45;
}
</style>