Shades of Stiletto #84393D
Tints of Stiletto #84393D
RGB
CMYK
RGB Variations
Color information
#84393D (or 0x84393D) is known color: Stiletto. HEX triplet: 84, 39 and 3D. RGB value is (132,57,61). Sum of RGB (Red+Green+Blue) = 132+57+61=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84393D is #7BC6C2. Grayscale: #4F4F4F. Windows color (decimal): -8111811 or 4012420. OLE color: 4012420.
HSL color Cylindrical-coordinate representation of color #84393D: hue angle of 356.8º 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 #84393D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 61 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.48 |
| HSL | 356.8º | 0.4% | 0.37% | - |
| HSV(B) | 356.8º | 0.57% | 0.52% | - |
| XYZ | 11.82 | 8.17 | 5.37 | - |
| YUV | 79.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 61 | 0 | 0.57 | 0.54 | 0.48 | 356.8 | 0.4 | 0.37 |
| Hex | 84 | 39 | 3D | 0 | 39 | 36 | 30 | 165 | 28 | 25 |
| Octal | 204 | 71 | 75 | 0 | 71 | 66 | 60 | 545 | 50 | 45 |
| Binary | 10000100 | 111001 | 111101 | 0 | 111001 | 110110 | 110000 | 101100101 | 101000 | 100101 |
Color Harmonies of #84393D
Complementary color
Monochromatic Colors of #84393D
Black with #84393D
Text Example
Text Example
White with #84393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84393D; }
p { color: rgb(132,57,61); }
H1.HeaderClassName
{
color: #84393D;
}
.AnyTagClassName
{
color: #84393D;
}
</style>
background-color css
<style>
a { background-color: #84393D; }
a { background-color: rgb(132,57,61); }
div.DivClassName
{
background-color: #84393D;
}
.BgClassName
{
background-color: #84393D;
}
</style>
border-color css
<style>
span { border-color: #84393D; }
span { border-color: rgb(132,57,61); }
td.TdClassName
{
border-color: #84393D;
}
.TagClassName
{
border-color: #84393D;
}
</style>