Shades of Stiletto #84363F
Tints of Stiletto #84363F
RGB
CMYK
RGB Variations
Color information
#84363F (or 0x84363F) is known color: Stiletto. HEX triplet: 84, 36 and 3F. RGB value is (132,54,63). Sum of RGB (Red+Green+Blue) = 132+54+63=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84363F is #7BC9C0. Grayscale: #4E4E4E. Windows color (decimal): -8112577 or 4142724. OLE color: 4142724.
HSL color Cylindrical-coordinate representation of color #84363F: hue angle of 353.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84363F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 63 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.48 |
| HSL | 353.08º | 0.42% | 0.36% | - |
| HSV(B) | 353.08º | 0.59% | 0.52% | - |
| XYZ | 11.73 | 7.9 | 5.61 | - |
| YUV | 78.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 63 | 0 | 0.59 | 0.52 | 0.48 | 353.08 | 0.42 | 0.36 |
| Hex | 84 | 36 | 3F | 0 | 3B | 34 | 30 | 161 | 2A | 24 |
| Octal | 204 | 66 | 77 | 0 | 73 | 64 | 60 | 541 | 52 | 44 |
| Binary | 10000100 | 110110 | 111111 | 0 | 111011 | 110100 | 110000 | 101100001 | 101010 | 100100 |
Color Harmonies of #84363F
Complementary color
Monochromatic Colors of #84363F
Black with #84363F
Text Example
Text Example
White with #84363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84363F; }
p { color: rgb(132,54,63); }
H1.HeaderClassName
{
color: #84363F;
}
.AnyTagClassName
{
color: #84363F;
}
</style>
background-color css
<style>
a { background-color: #84363F; }
a { background-color: rgb(132,54,63); }
div.DivClassName
{
background-color: #84363F;
}
.BgClassName
{
background-color: #84363F;
}
</style>
border-color css
<style>
span { border-color: #84363F; }
span { border-color: rgb(132,54,63); }
td.TdClassName
{
border-color: #84363F;
}
.TagClassName
{
border-color: #84363F;
}
</style>