Shades of Stiletto #82363C
Tints of Stiletto #82363C
RGB
CMYK
RGB Variations
Color information
#82363C (or 0x82363C) is known color: Stiletto. HEX triplet: 82, 36 and 3C. RGB value is (130,54,60). Sum of RGB (Red+Green+Blue) = 130+54+60=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82363C is #7DC9C3. Grayscale: #4D4D4D. Windows color (decimal): -8243652 or 3946114. OLE color: 3946114.
HSL color Cylindrical-coordinate representation of color #82363C: hue angle of 355.26º 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 #82363C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 60 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.49 |
| HSL | 355.26º | 0.41% | 0.36% | - |
| HSV(B) | 355.26º | 0.58% | 0.51% | - |
| XYZ | 11.34 | 7.71 | 5.17 | - |
| YUV | 77.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 60 | 0 | 0.58 | 0.54 | 0.49 | 355.26 | 0.41 | 0.36 |
| Hex | 82 | 36 | 3C | 0 | 3A | 36 | 31 | 163 | 29 | 24 |
| Octal | 202 | 66 | 74 | 0 | 72 | 66 | 61 | 543 | 51 | 44 |
| Binary | 10000010 | 110110 | 111100 | 0 | 111010 | 110110 | 110001 | 101100011 | 101001 | 100100 |
Color Harmonies of #82363C
Complementary color
Monochromatic Colors of #82363C
Black with #82363C
Text Example
Text Example
White with #82363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82363C; }
p { color: rgb(130,54,60); }
H1.HeaderClassName
{
color: #82363C;
}
.AnyTagClassName
{
color: #82363C;
}
</style>
background-color css
<style>
a { background-color: #82363C; }
a { background-color: rgb(130,54,60); }
div.DivClassName
{
background-color: #82363C;
}
.BgClassName
{
background-color: #82363C;
}
</style>
border-color css
<style>
span { border-color: #82363C; }
span { border-color: rgb(130,54,60); }
td.TdClassName
{
border-color: #82363C;
}
.TagClassName
{
border-color: #82363C;
}
</style>