Shades of Stiletto #843740
Tints of Stiletto #843740
RGB
CMYK
RGB Variations
Color information
#843740 (or 0x843740) is known color: Stiletto. HEX triplet: 84, 37 and 40. RGB value is (132,55,64). Sum of RGB (Red+Green+Blue) = 132+55+64=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #843740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843740 is #7BC8BF. Grayscale: #4F4F4F. Windows color (decimal): -8112320 or 4208516. OLE color: 4208516.
HSL color Cylindrical-coordinate representation of color #843740: hue angle of 352.99º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843740 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 64 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.48 |
| HSL | 352.99º | 0.41% | 0.37% | - |
| HSV(B) | 352.99º | 0.58% | 0.52% | - |
| XYZ | 11.81 | 8.01 | 5.77 | - |
| YUV | 79.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 64 | 0 | 0.58 | 0.52 | 0.48 | 352.99 | 0.41 | 0.37 |
| Hex | 84 | 37 | 40 | 0 | 3A | 34 | 30 | 161 | 29 | 25 |
| Octal | 204 | 67 | 100 | 0 | 72 | 64 | 60 | 541 | 51 | 45 |
| Binary | 10000100 | 110111 | 1000000 | 0 | 111010 | 110100 | 110000 | 101100001 | 101001 | 100101 |
Color Harmonies of #843740
Complementary color
Monochromatic Colors of #843740
Black with #843740
Text Example
Text Example
White with #843740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843740; }
p { color: rgb(132,55,64); }
H1.HeaderClassName
{
color: #843740;
}
.AnyTagClassName
{
color: #843740;
}
</style>
background-color css
<style>
a { background-color: #843740; }
a { background-color: rgb(132,55,64); }
div.DivClassName
{
background-color: #843740;
}
.BgClassName
{
background-color: #843740;
}
</style>
border-color css
<style>
span { border-color: #843740; }
span { border-color: rgb(132,55,64); }
td.TdClassName
{
border-color: #843740;
}
.TagClassName
{
border-color: #843740;
}
</style>