Shades of Stiletto #84393C
Tints of Stiletto #84393C
RGB
CMYK
RGB Variations
Color information
#84393C (or 0x84393C) is known color: Stiletto. HEX triplet: 84, 39 and 3C. RGB value is (132,57,60). Sum of RGB (Red+Green+Blue) = 132+57+60=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84393C is #7BC6C3. Grayscale: #4F4F4F. Windows color (decimal): -8111812 or 3946884. OLE color: 3946884.
HSL color Cylindrical-coordinate representation of color #84393C: hue angle of 357.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 #84393C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 60 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.48 |
| HSL | 357.6º | 0.4% | 0.37% | - |
| HSV(B) | 357.6º | 0.57% | 0.52% | - |
| XYZ | 11.79 | 8.16 | 5.23 | - |
| YUV | 79.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 60 | 0 | 0.57 | 0.55 | 0.48 | 357.6 | 0.4 | 0.37 |
| Hex | 84 | 39 | 3C | 0 | 39 | 37 | 30 | 166 | 28 | 25 |
| Octal | 204 | 71 | 74 | 0 | 71 | 67 | 60 | 546 | 50 | 45 |
| Binary | 10000100 | 111001 | 111100 | 0 | 111001 | 110111 | 110000 | 101100110 | 101000 | 100101 |
Color Harmonies of #84393C
Complementary color
Monochromatic Colors of #84393C
Black with #84393C
Text Example
Text Example
White with #84393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84393C; }
p { color: rgb(132,57,60); }
H1.HeaderClassName
{
color: #84393C;
}
.AnyTagClassName
{
color: #84393C;
}
</style>
background-color css
<style>
a { background-color: #84393C; }
a { background-color: rgb(132,57,60); }
div.DivClassName
{
background-color: #84393C;
}
.BgClassName
{
background-color: #84393C;
}
</style>
border-color css
<style>
span { border-color: #84393C; }
span { border-color: rgb(132,57,60); }
td.TdClassName
{
border-color: #84393C;
}
.TagClassName
{
border-color: #84393C;
}
</style>