Shades of Stiletto #82373C
Tints of Stiletto #82373C
RGB
CMYK
RGB Variations
Color information
#82373C (or 0x82373C) is known color: Stiletto. HEX triplet: 82, 37 and 3C. RGB value is (130,55,60). Sum of RGB (Red+Green+Blue) = 130+55+60=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82373C is #7DC8C3. Grayscale: #4E4E4E. Windows color (decimal): -8243396 or 3946370. OLE color: 3946370.
HSL color Cylindrical-coordinate representation of color #82373C: hue angle of 356º 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 #82373C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 60 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.49 |
| HSL | 356º | 0.41% | 0.36% | - |
| HSV(B) | 356º | 0.58% | 0.51% | - |
| XYZ | 11.39 | 7.8 | 5.18 | - |
| YUV | 78 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 60 | 0 | 0.58 | 0.54 | 0.49 | 356 | 0.41 | 0.36 |
| Hex | 82 | 37 | 3C | 0 | 3A | 36 | 31 | 164 | 29 | 24 |
| Octal | 202 | 67 | 74 | 0 | 72 | 66 | 61 | 544 | 51 | 44 |
| Binary | 10000010 | 110111 | 111100 | 0 | 111010 | 110110 | 110001 | 101100100 | 101001 | 100100 |
Color Harmonies of #82373C
Complementary color
Monochromatic Colors of #82373C
Black with #82373C
Text Example
Text Example
White with #82373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82373C; }
p { color: rgb(130,55,60); }
H1.HeaderClassName
{
color: #82373C;
}
.AnyTagClassName
{
color: #82373C;
}
</style>
background-color css
<style>
a { background-color: #82373C; }
a { background-color: rgb(130,55,60); }
div.DivClassName
{
background-color: #82373C;
}
.BgClassName
{
background-color: #82373C;
}
</style>
border-color css
<style>
span { border-color: #82373C; }
span { border-color: rgb(130,55,60); }
td.TdClassName
{
border-color: #82373C;
}
.TagClassName
{
border-color: #82373C;
}
</style>