Shades of Stiletto #83363E
Tints of Stiletto #83363E
RGB
CMYK
RGB Variations
Color information
#83363E (or 0x83363E) is known color: Stiletto. HEX triplet: 83, 36 and 3E. RGB value is (131,54,62). Sum of RGB (Red+Green+Blue) = 131+54+62=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363E is #7CC9C1. Grayscale: #4D4D4D. Windows color (decimal): -8178114 or 4077187. OLE color: 4077187.
HSL color Cylindrical-coordinate representation of color #83363E: hue angle of 353.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83363E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 62 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.49 |
| HSL | 353.77º | 0.42% | 0.36% | - |
| HSV(B) | 353.77º | 0.59% | 0.51% | - |
| XYZ | 11.55 | 7.81 | 5.46 | - |
| YUV | 77.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 62 | 0 | 0.59 | 0.53 | 0.49 | 353.77 | 0.42 | 0.36 |
| Hex | 83 | 36 | 3E | 0 | 3B | 35 | 31 | 162 | 2A | 24 |
| Octal | 203 | 66 | 76 | 0 | 73 | 65 | 61 | 542 | 52 | 44 |
| Binary | 10000011 | 110110 | 111110 | 0 | 111011 | 110101 | 110001 | 101100010 | 101010 | 100100 |
Color Harmonies of #83363E
Complementary color
Monochromatic Colors of #83363E
Black with #83363E
Text Example
Text Example
White with #83363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83363E; }
p { color: rgb(131,54,62); }
H1.HeaderClassName
{
color: #83363E;
}
.AnyTagClassName
{
color: #83363E;
}
</style>
background-color css
<style>
a { background-color: #83363E; }
a { background-color: rgb(131,54,62); }
div.DivClassName
{
background-color: #83363E;
}
.BgClassName
{
background-color: #83363E;
}
</style>
border-color css
<style>
span { border-color: #83363E; }
span { border-color: rgb(131,54,62); }
td.TdClassName
{
border-color: #83363E;
}
.TagClassName
{
border-color: #83363E;
}
</style>