Shades of Stiletto #84393F
Tints of Stiletto #84393F
RGB
CMYK
RGB Variations
Color information
#84393F (or 0x84393F) is known color: Stiletto. HEX triplet: 84, 39 and 3F. RGB value is (132,57,63). Sum of RGB (Red+Green+Blue) = 132+57+63=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #84393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84393F is #7BC6C0. Grayscale: #505050. Windows color (decimal): -8111809 or 4143492. OLE color: 4143492.
HSL color Cylindrical-coordinate representation of color #84393F: hue angle of 355.2º 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 #84393F is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 63 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.48 |
| HSL | 355.2º | 0.4% | 0.37% | - |
| HSV(B) | 355.2º | 0.57% | 0.52% | - |
| XYZ | 11.88 | 8.19 | 5.66 | - |
| YUV | 80.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 63 | 0 | 0.57 | 0.52 | 0.48 | 355.2 | 0.4 | 0.37 |
| Hex | 84 | 39 | 3F | 0 | 39 | 34 | 30 | 163 | 28 | 25 |
| Octal | 204 | 71 | 77 | 0 | 71 | 64 | 60 | 543 | 50 | 45 |
| Binary | 10000100 | 111001 | 111111 | 0 | 111001 | 110100 | 110000 | 101100011 | 101000 | 100101 |
Color Harmonies of #84393F
Complementary color
Monochromatic Colors of #84393F
Black with #84393F
Text Example
Text Example
White with #84393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84393F; }
p { color: rgb(132,57,63); }
H1.HeaderClassName
{
color: #84393F;
}
.AnyTagClassName
{
color: #84393F;
}
</style>
background-color css
<style>
a { background-color: #84393F; }
a { background-color: rgb(132,57,63); }
div.DivClassName
{
background-color: #84393F;
}
.BgClassName
{
background-color: #84393F;
}
</style>
border-color css
<style>
span { border-color: #84393F; }
span { border-color: rgb(132,57,63); }
td.TdClassName
{
border-color: #84393F;
}
.TagClassName
{
border-color: #84393F;
}
</style>