Shades of Stiletto #843941
Tints of Stiletto #843941
RGB
CMYK
RGB Variations
Color information
#843941 (or 0x843941) is known color: Stiletto. HEX triplet: 84, 39 and 41. RGB value is (132,57,65). Sum of RGB (Red+Green+Blue) = 132+57+65=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #843941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843941 is #7BC6BE. Grayscale: #505050. Windows color (decimal): -8111807 or 4274564. OLE color: 4274564.
HSL color Cylindrical-coordinate representation of color #843941: hue angle of 353.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #843941 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 65 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.48 |
| HSL | 353.6º | 0.4% | 0.37% | - |
| HSV(B) | 353.6º | 0.57% | 0.52% | - |
| XYZ | 11.93 | 8.21 | 5.96 | - |
| YUV | 80.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 65 | 0 | 0.57 | 0.51 | 0.48 | 353.6 | 0.4 | 0.37 |
| Hex | 84 | 39 | 41 | 0 | 39 | 33 | 30 | 162 | 28 | 25 |
| Octal | 204 | 71 | 101 | 0 | 71 | 63 | 60 | 542 | 50 | 45 |
| Binary | 10000100 | 111001 | 1000001 | 0 | 111001 | 110011 | 110000 | 101100010 | 101000 | 100101 |
Color Harmonies of #843941
Complementary color
Monochromatic Colors of #843941
Black with #843941
Text Example
Text Example
White with #843941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843941; }
p { color: rgb(132,57,65); }
H1.HeaderClassName
{
color: #843941;
}
.AnyTagClassName
{
color: #843941;
}
</style>
background-color css
<style>
a { background-color: #843941; }
a { background-color: rgb(132,57,65); }
div.DivClassName
{
background-color: #843941;
}
.BgClassName
{
background-color: #843941;
}
</style>
border-color css
<style>
span { border-color: #843941; }
span { border-color: rgb(132,57,65); }
td.TdClassName
{
border-color: #843941;
}
.TagClassName
{
border-color: #843941;
}
</style>