Shades of Stiletto #84353C
Tints of Stiletto #84353C
RGB
CMYK
RGB Variations
Color information
#84353C (or 0x84353C) is known color: Stiletto. HEX triplet: 84, 35 and 3C. RGB value is (132,53,60). Sum of RGB (Red+Green+Blue) = 132+53+60=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84353C is #7BCAC3. Grayscale: #4D4D4D. Windows color (decimal): -8112836 or 3945860. OLE color: 3945860.
HSL color Cylindrical-coordinate representation of color #84353C: hue angle of 354.68º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84353C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 60 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.48 |
| HSL | 354.68º | 0.43% | 0.36% | - |
| HSV(B) | 354.68º | 0.6% | 0.52% | - |
| XYZ | 11.6 | 7.78 | 5.16 | - |
| YUV | 77.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 60 | 0 | 0.60 | 0.55 | 0.48 | 354.68 | 0.43 | 0.36 |
| Hex | 84 | 35 | 3C | 0 | 3C | 37 | 30 | 163 | 2B | 24 |
| Octal | 204 | 65 | 74 | 0 | 74 | 67 | 60 | 543 | 53 | 44 |
| Binary | 10000100 | 110101 | 111100 | 0 | 111100 | 110111 | 110000 | 101100011 | 101011 | 100100 |
Color Harmonies of #84353C
Complementary color
Monochromatic Colors of #84353C
Black with #84353C
Text Example
Text Example
White with #84353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84353C; }
p { color: rgb(132,53,60); }
H1.HeaderClassName
{
color: #84353C;
}
.AnyTagClassName
{
color: #84353C;
}
</style>
background-color css
<style>
a { background-color: #84353C; }
a { background-color: rgb(132,53,60); }
div.DivClassName
{
background-color: #84353C;
}
.BgClassName
{
background-color: #84353C;
}
</style>
border-color css
<style>
span { border-color: #84353C; }
span { border-color: rgb(132,53,60); }
td.TdClassName
{
border-color: #84353C;
}
.TagClassName
{
border-color: #84353C;
}
</style>