Shades of Stiletto #843A42
Tints of Stiletto #843A42
RGB
CMYK
RGB Variations
Color information
#843A42 (or 0x843A42) is known color: Stiletto. HEX triplet: 84, 3A and 42. RGB value is (132,58,66). Sum of RGB (Red+Green+Blue) = 132+58+66=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #843A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843A42 is #7BC5BD. Grayscale: #515151. Windows color (decimal): -8111550 or 4340356. OLE color: 4340356.
HSL color Cylindrical-coordinate representation of color #843A42: hue angle of 353.51º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #843A42 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 58 | 66 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.48 |
| HSL | 353.51º | 0.39% | 0.37% | - |
| HSV(B) | 353.51º | 0.56% | 0.52% | - |
| XYZ | 12.01 | 8.32 | 6.13 | - |
| YUV | 81.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 66 | 0 | 0.56 | 0.5 | 0.48 | 353.51 | 0.39 | 0.37 |
| Hex | 84 | 3A | 42 | 0 | 38 | 32 | 30 | 162 | 27 | 25 |
| Octal | 204 | 72 | 102 | 0 | 70 | 62 | 60 | 542 | 47 | 45 |
| Binary | 10000100 | 111010 | 1000010 | 0 | 111000 | 110010 | 110000 | 101100010 | 100111 | 100101 |
Color Harmonies of #843A42
Complementary color
Monochromatic Colors of #843A42
Black with #843A42
Text Example
Text Example
White with #843A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843A42; }
p { color: rgb(132,58,66); }
H1.HeaderClassName
{
color: #843A42;
}
.AnyTagClassName
{
color: #843A42;
}
</style>
background-color css
<style>
a { background-color: #843A42; }
a { background-color: rgb(132,58,66); }
div.DivClassName
{
background-color: #843A42;
}
.BgClassName
{
background-color: #843A42;
}
</style>
border-color css
<style>
span { border-color: #843A42; }
span { border-color: rgb(132,58,66); }
td.TdClassName
{
border-color: #843A42;
}
.TagClassName
{
border-color: #843A42;
}
</style>