Shades of Stiletto #82363F
Tints of Stiletto #82363F
RGB
CMYK
RGB Variations
Color information
#82363F (or 0x82363F) is known color: Stiletto. HEX triplet: 82, 36 and 3F. RGB value is (130,54,63). Sum of RGB (Red+Green+Blue) = 130+54+63=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82363F is #7DC9C0. Grayscale: #4D4D4D. Windows color (decimal): -8243649 or 4142722. OLE color: 4142722.
HSL color Cylindrical-coordinate representation of color #82363F: hue angle of 352.89º 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 #82363F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 63 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.49 |
| HSL | 352.89º | 0.41% | 0.36% | - |
| HSV(B) | 352.89º | 0.58% | 0.51% | - |
| XYZ | 11.42 | 7.74 | 5.6 | - |
| YUV | 77.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 63 | 0 | 0.58 | 0.52 | 0.49 | 352.89 | 0.41 | 0.36 |
| Hex | 82 | 36 | 3F | 0 | 3A | 34 | 31 | 161 | 29 | 24 |
| Octal | 202 | 66 | 77 | 0 | 72 | 64 | 61 | 541 | 51 | 44 |
| Binary | 10000010 | 110110 | 111111 | 0 | 111010 | 110100 | 110001 | 101100001 | 101001 | 100100 |
Color Harmonies of #82363F
Complementary color
Monochromatic Colors of #82363F
Black with #82363F
Text Example
Text Example
White with #82363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82363F; }
p { color: rgb(130,54,63); }
H1.HeaderClassName
{
color: #82363F;
}
.AnyTagClassName
{
color: #82363F;
}
</style>
background-color css
<style>
a { background-color: #82363F; }
a { background-color: rgb(130,54,63); }
div.DivClassName
{
background-color: #82363F;
}
.BgClassName
{
background-color: #82363F;
}
</style>
border-color css
<style>
span { border-color: #82363F; }
span { border-color: rgb(130,54,63); }
td.TdClassName
{
border-color: #82363F;
}
.TagClassName
{
border-color: #82363F;
}
</style>