Shades of Stiletto #83353F
Tints of Stiletto #83353F
RGB
CMYK
RGB Variations
Color information
#83353F (or 0x83353F) is known color: Stiletto. HEX triplet: 83, 35 and 3F. RGB value is (131,53,63). Sum of RGB (Red+Green+Blue) = 131+53+63=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83353F is #7CCAC0. Grayscale: #4D4D4D. Windows color (decimal): -8178369 or 4142467. OLE color: 4142467.
HSL color Cylindrical-coordinate representation of color #83353F: hue angle of 352.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83353F is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 63 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.49 |
| HSL | 352.31º | 0.42% | 0.36% | - |
| HSV(B) | 352.31º | 0.6% | 0.51% | - |
| XYZ | 11.53 | 7.73 | 5.59 | - |
| YUV | 77.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 63 | 0 | 0.60 | 0.52 | 0.49 | 352.31 | 0.42 | 0.36 |
| Hex | 83 | 35 | 3F | 0 | 3C | 34 | 31 | 160 | 2A | 24 |
| Octal | 203 | 65 | 77 | 0 | 74 | 64 | 61 | 540 | 52 | 44 |
| Binary | 10000011 | 110101 | 111111 | 0 | 111100 | 110100 | 110001 | 101100000 | 101010 | 100100 |
Color Harmonies of #83353F
Complementary color
Monochromatic Colors of #83353F
Black with #83353F
Text Example
Text Example
White with #83353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83353F; }
p { color: rgb(131,53,63); }
H1.HeaderClassName
{
color: #83353F;
}
.AnyTagClassName
{
color: #83353F;
}
</style>
background-color css
<style>
a { background-color: #83353F; }
a { background-color: rgb(131,53,63); }
div.DivClassName
{
background-color: #83353F;
}
.BgClassName
{
background-color: #83353F;
}
</style>
border-color css
<style>
span { border-color: #83353F; }
span { border-color: rgb(131,53,63); }
td.TdClassName
{
border-color: #83353F;
}
.TagClassName
{
border-color: #83353F;
}
</style>