Shades of Stiletto #83383C
Tints of Stiletto #83383C
RGB
CMYK
RGB Variations
Color information
#83383C (or 0x83383C) is known color: Stiletto. HEX triplet: 83, 38 and 3C. RGB value is (131,56,60). Sum of RGB (Red+Green+Blue) = 131+56+60=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83383C is #7CC7C3. Grayscale: #4E4E4E. Windows color (decimal): -8177604 or 3946627. OLE color: 3946627.
HSL color Cylindrical-coordinate representation of color #83383C: hue angle of 356.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83383C is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 56 | 60 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.49 |
| HSL | 356.8º | 0.4% | 0.37% | - |
| HSV(B) | 356.8º | 0.57% | 0.51% | - |
| XYZ | 11.59 | 7.98 | 5.2 | - |
| YUV | 78.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 60 | 0 | 0.57 | 0.54 | 0.49 | 356.8 | 0.4 | 0.37 |
| Hex | 83 | 38 | 3C | 0 | 39 | 36 | 31 | 165 | 28 | 25 |
| Octal | 203 | 70 | 74 | 0 | 71 | 66 | 61 | 545 | 50 | 45 |
| Binary | 10000011 | 111000 | 111100 | 0 | 111001 | 110110 | 110001 | 101100101 | 101000 | 100101 |
Color Harmonies of #83383C
Complementary color
Monochromatic Colors of #83383C
Black with #83383C
Text Example
Text Example
White with #83383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83383C; }
p { color: rgb(131,56,60); }
H1.HeaderClassName
{
color: #83383C;
}
.AnyTagClassName
{
color: #83383C;
}
</style>
background-color css
<style>
a { background-color: #83383C; }
a { background-color: rgb(131,56,60); }
div.DivClassName
{
background-color: #83383C;
}
.BgClassName
{
background-color: #83383C;
}
</style>
border-color css
<style>
span { border-color: #83383C; }
span { border-color: rgb(131,56,60); }
td.TdClassName
{
border-color: #83383C;
}
.TagClassName
{
border-color: #83383C;
}
</style>