Shades of Stiletto #83363C
Tints of Stiletto #83363C
RGB
CMYK
RGB Variations
Color information
#83363C (or 0x83363C) is known color: Stiletto. HEX triplet: 83, 36 and 3C. RGB value is (131,54,60). Sum of RGB (Red+Green+Blue) = 131+54+60=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363C is #7CC9C3. Grayscale: #4D4D4D. Windows color (decimal): -8178116 or 3946115. OLE color: 3946115.
HSL color Cylindrical-coordinate representation of color #83363C: hue angle of 355.32º 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 #83363C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 60 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.49 |
| HSL | 355.32º | 0.42% | 0.36% | - |
| HSV(B) | 355.32º | 0.59% | 0.51% | - |
| XYZ | 11.49 | 7.79 | 5.17 | - |
| YUV | 77.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 60 | 0 | 0.59 | 0.54 | 0.49 | 355.32 | 0.42 | 0.36 |
| Hex | 83 | 36 | 3C | 0 | 3B | 36 | 31 | 163 | 2A | 24 |
| Octal | 203 | 66 | 74 | 0 | 73 | 66 | 61 | 543 | 52 | 44 |
| Binary | 10000011 | 110110 | 111100 | 0 | 111011 | 110110 | 110001 | 101100011 | 101010 | 100100 |
Color Harmonies of #83363C
Complementary color
Monochromatic Colors of #83363C
Black with #83363C
Text Example
Text Example
White with #83363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83363C; }
p { color: rgb(131,54,60); }
H1.HeaderClassName
{
color: #83363C;
}
.AnyTagClassName
{
color: #83363C;
}
</style>
background-color css
<style>
a { background-color: #83363C; }
a { background-color: rgb(131,54,60); }
div.DivClassName
{
background-color: #83363C;
}
.BgClassName
{
background-color: #83363C;
}
</style>
border-color css
<style>
span { border-color: #83363C; }
span { border-color: rgb(131,54,60); }
td.TdClassName
{
border-color: #83363C;
}
.TagClassName
{
border-color: #83363C;
}
</style>