Shades of Stiletto #82373A
Tints of Stiletto #82373A
RGB
CMYK
RGB Variations
Color information
#82373A (or 0x82373A) is known color: Stiletto. HEX triplet: 82, 37 and 3A. RGB value is (130,55,58). Sum of RGB (Red+Green+Blue) = 130+55+58=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82373A is #7DC8C5. Grayscale: #4D4D4D. Windows color (decimal): -8243398 or 3815298. OLE color: 3815298.
HSL color Cylindrical-coordinate representation of color #82373A: hue angle of 357.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82373A is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 58 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.49 |
| HSL | 357.6º | 0.41% | 0.36% | - |
| HSV(B) | 357.6º | 0.58% | 0.51% | - |
| XYZ | 11.34 | 7.78 | 4.91 | - |
| YUV | 77.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 58 | 0 | 0.58 | 0.55 | 0.49 | 357.6 | 0.41 | 0.36 |
| Hex | 82 | 37 | 3A | 0 | 3A | 37 | 31 | 166 | 29 | 24 |
| Octal | 202 | 67 | 72 | 0 | 72 | 67 | 61 | 546 | 51 | 44 |
| Binary | 10000010 | 110111 | 111010 | 0 | 111010 | 110111 | 110001 | 101100110 | 101001 | 100100 |
Color Harmonies of #82373A
Complementary color
Monochromatic Colors of #82373A
Black with #82373A
Text Example
Text Example
White with #82373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82373A; }
p { color: rgb(130,55,58); }
H1.HeaderClassName
{
color: #82373A;
}
.AnyTagClassName
{
color: #82373A;
}
</style>
background-color css
<style>
a { background-color: #82373A; }
a { background-color: rgb(130,55,58); }
div.DivClassName
{
background-color: #82373A;
}
.BgClassName
{
background-color: #82373A;
}
</style>
border-color css
<style>
span { border-color: #82373A; }
span { border-color: rgb(130,55,58); }
td.TdClassName
{
border-color: #82373A;
}
.TagClassName
{
border-color: #82373A;
}
</style>