Shades of Stiletto #83393F
Tints of Stiletto #83393F
RGB
CMYK
RGB Variations
Color information
#83393F (or 0x83393F) is known color: Stiletto. HEX triplet: 83, 39 and 3F. RGB value is (131,57,63). Sum of RGB (Red+Green+Blue) = 131+57+63=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #83393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83393F is #7CC6C0. Grayscale: #4F4F4F. Windows color (decimal): -8177345 or 4143491. OLE color: 4143491.
HSL color Cylindrical-coordinate representation of color #83393F: hue angle of 355.14º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83393F is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 57 | 63 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.49 |
| HSL | 355.14º | 0.39% | 0.37% | - |
| HSV(B) | 355.14º | 0.56% | 0.51% | - |
| XYZ | 11.72 | 8.11 | 5.65 | - |
| YUV | 79.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 63 | 0 | 0.56 | 0.52 | 0.49 | 355.14 | 0.39 | 0.37 |
| Hex | 83 | 39 | 3F | 0 | 38 | 34 | 31 | 163 | 27 | 25 |
| Octal | 203 | 71 | 77 | 0 | 70 | 64 | 61 | 543 | 47 | 45 |
| Binary | 10000011 | 111001 | 111111 | 0 | 111000 | 110100 | 110001 | 101100011 | 100111 | 100101 |
Color Harmonies of #83393F
Complementary color
Monochromatic Colors of #83393F
Black with #83393F
Text Example
Text Example
White with #83393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83393F; }
p { color: rgb(131,57,63); }
H1.HeaderClassName
{
color: #83393F;
}
.AnyTagClassName
{
color: #83393F;
}
</style>
background-color css
<style>
a { background-color: #83393F; }
a { background-color: rgb(131,57,63); }
div.DivClassName
{
background-color: #83393F;
}
.BgClassName
{
background-color: #83393F;
}
</style>
border-color css
<style>
span { border-color: #83393F; }
span { border-color: rgb(131,57,63); }
td.TdClassName
{
border-color: #83393F;
}
.TagClassName
{
border-color: #83393F;
}
</style>