Shades of Stiletto #84363B
Tints of Stiletto #84363B
RGB
CMYK
RGB Variations
Color information
#84363B (or 0x84363B) is known color: Stiletto. HEX triplet: 84, 36 and 3B. RGB value is (132,54,59). Sum of RGB (Red+Green+Blue) = 132+54+59=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84363B is #7BC9C4. Grayscale: #4D4D4D. Windows color (decimal): -8112581 or 3880580. OLE color: 3880580.
HSL color Cylindrical-coordinate representation of color #84363B: hue angle of 356.15º 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 #84363B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 59 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.48 |
| HSL | 356.15º | 0.42% | 0.36% | - |
| HSV(B) | 356.15º | 0.59% | 0.52% | - |
| XYZ | 11.62 | 7.86 | 5.04 | - |
| YUV | 77.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 59 | 0 | 0.59 | 0.55 | 0.48 | 356.15 | 0.42 | 0.36 |
| Hex | 84 | 36 | 3B | 0 | 3B | 37 | 30 | 164 | 2A | 24 |
| Octal | 204 | 66 | 73 | 0 | 73 | 67 | 60 | 544 | 52 | 44 |
| Binary | 10000100 | 110110 | 111011 | 0 | 111011 | 110111 | 110000 | 101100100 | 101010 | 100100 |
Color Harmonies of #84363B
Complementary color
Monochromatic Colors of #84363B
Black with #84363B
Text Example
Text Example
White with #84363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84363B; }
p { color: rgb(132,54,59); }
H1.HeaderClassName
{
color: #84363B;
}
.AnyTagClassName
{
color: #84363B;
}
</style>
background-color css
<style>
a { background-color: #84363B; }
a { background-color: rgb(132,54,59); }
div.DivClassName
{
background-color: #84363B;
}
.BgClassName
{
background-color: #84363B;
}
</style>
border-color css
<style>
span { border-color: #84363B; }
span { border-color: rgb(132,54,59); }
td.TdClassName
{
border-color: #84363B;
}
.TagClassName
{
border-color: #84363B;
}
</style>