Shades of Stiletto #83383D
Tints of Stiletto #83383D
RGB
CMYK
RGB Variations
Color information
#83383D (or 0x83383D) is known color: Stiletto. HEX triplet: 83, 38 and 3D. RGB value is (131,56,61). Sum of RGB (Red+Green+Blue) = 131+56+61=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83383D is #7CC7C2. Grayscale: #4F4F4F. Windows color (decimal): -8177603 or 4012163. OLE color: 4012163.
HSL color Cylindrical-coordinate representation of color #83383D: hue angle of 356º 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 #83383D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 56 | 61 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.49 |
| HSL | 356º | 0.4% | 0.37% | - |
| HSV(B) | 356º | 0.57% | 0.51% | - |
| XYZ | 11.62 | 7.99 | 5.34 | - |
| YUV | 79 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 61 | 0 | 0.57 | 0.53 | 0.49 | 356 | 0.4 | 0.37 |
| Hex | 83 | 38 | 3D | 0 | 39 | 35 | 31 | 164 | 28 | 25 |
| Octal | 203 | 70 | 75 | 0 | 71 | 65 | 61 | 544 | 50 | 45 |
| Binary | 10000011 | 111000 | 111101 | 0 | 111001 | 110101 | 110001 | 101100100 | 101000 | 100101 |
Color Harmonies of #83383D
Complementary color
Monochromatic Colors of #83383D
Black with #83383D
Text Example
Text Example
White with #83383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83383D; }
p { color: rgb(131,56,61); }
H1.HeaderClassName
{
color: #83383D;
}
.AnyTagClassName
{
color: #83383D;
}
</style>
background-color css
<style>
a { background-color: #83383D; }
a { background-color: rgb(131,56,61); }
div.DivClassName
{
background-color: #83383D;
}
.BgClassName
{
background-color: #83383D;
}
</style>
border-color css
<style>
span { border-color: #83383D; }
span { border-color: rgb(131,56,61); }
td.TdClassName
{
border-color: #83383D;
}
.TagClassName
{
border-color: #83383D;
}
</style>