Shades of Stiletto #843A3E
Tints of Stiletto #843A3E
RGB
CMYK
RGB Variations
Color information
#843A3E (or 0x843A3E) is known color: Stiletto. HEX triplet: 84, 3A and 3E. RGB value is (132,58,62). Sum of RGB (Red+Green+Blue) = 132+58+62=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #843A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843A3E is #7BC5C1. Grayscale: #505050. Windows color (decimal): -8111554 or 4078212. OLE color: 4078212.
HSL color Cylindrical-coordinate representation of color #843A3E: hue angle of 356.76º 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 #843A3E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 58 | 62 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.48 |
| HSL | 356.76º | 0.39% | 0.37% | - |
| HSV(B) | 356.76º | 0.56% | 0.52% | - |
| XYZ | 11.9 | 8.28 | 5.53 | - |
| YUV | 80.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 62 | 0 | 0.56 | 0.53 | 0.48 | 356.76 | 0.39 | 0.37 |
| Hex | 84 | 3A | 3E | 0 | 38 | 35 | 30 | 165 | 27 | 25 |
| Octal | 204 | 72 | 76 | 0 | 70 | 65 | 60 | 545 | 47 | 45 |
| Binary | 10000100 | 111010 | 111110 | 0 | 111000 | 110101 | 110000 | 101100101 | 100111 | 100101 |
Color Harmonies of #843A3E
Complementary color
Monochromatic Colors of #843A3E
Black with #843A3E
Text Example
Text Example
White with #843A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843A3E; }
p { color: rgb(132,58,62); }
H1.HeaderClassName
{
color: #843A3E;
}
.AnyTagClassName
{
color: #843A3E;
}
</style>
background-color css
<style>
a { background-color: #843A3E; }
a { background-color: rgb(132,58,62); }
div.DivClassName
{
background-color: #843A3E;
}
.BgClassName
{
background-color: #843A3E;
}
</style>
border-color css
<style>
span { border-color: #843A3E; }
span { border-color: rgb(132,58,62); }
td.TdClassName
{
border-color: #843A3E;
}
.TagClassName
{
border-color: #843A3E;
}
</style>