Shades of Stiletto #82353C
Tints of Stiletto #82353C
RGB
CMYK
RGB Variations
Color information
#82353C (or 0x82353C) is known color: Stiletto. HEX triplet: 82, 35 and 3C. RGB value is (130,53,60). Sum of RGB (Red+Green+Blue) = 130+53+60=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82353C is #7DCAC3. Grayscale: #4C4C4C. Windows color (decimal): -8243908 or 3945858. OLE color: 3945858.
HSL color Cylindrical-coordinate representation of color #82353C: hue angle of 354.55º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82353C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 60 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.49 |
| HSL | 354.55º | 0.42% | 0.36% | - |
| HSV(B) | 354.55º | 0.59% | 0.51% | - |
| XYZ | 11.29 | 7.62 | 5.15 | - |
| YUV | 76.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 60 | 0 | 0.59 | 0.54 | 0.49 | 354.55 | 0.42 | 0.36 |
| Hex | 82 | 35 | 3C | 0 | 3B | 36 | 31 | 163 | 2A | 24 |
| Octal | 202 | 65 | 74 | 0 | 73 | 66 | 61 | 543 | 52 | 44 |
| Binary | 10000010 | 110101 | 111100 | 0 | 111011 | 110110 | 110001 | 101100011 | 101010 | 100100 |
Color Harmonies of #82353C
Complementary color
Monochromatic Colors of #82353C
Black with #82353C
Text Example
Text Example
White with #82353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82353C; }
p { color: rgb(130,53,60); }
H1.HeaderClassName
{
color: #82353C;
}
.AnyTagClassName
{
color: #82353C;
}
</style>
background-color css
<style>
a { background-color: #82353C; }
a { background-color: rgb(130,53,60); }
div.DivClassName
{
background-color: #82353C;
}
.BgClassName
{
background-color: #82353C;
}
</style>
border-color css
<style>
span { border-color: #82353C; }
span { border-color: rgb(130,53,60); }
td.TdClassName
{
border-color: #82353C;
}
.TagClassName
{
border-color: #82353C;
}
</style>