Shades of Stiletto #83363A
Tints of Stiletto #83363A
RGB
CMYK
RGB Variations
Color information
#83363A (or 0x83363A) is known color: Stiletto. HEX triplet: 83, 36 and 3A. RGB value is (131,54,58). Sum of RGB (Red+Green+Blue) = 131+54+58=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363A is #7CC9C5. Grayscale: #4D4D4D. Windows color (decimal): -8178118 or 3815043. OLE color: 3815043.
HSL color Cylindrical-coordinate representation of color #83363A: hue angle of 356.88º 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 #83363A is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 58 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.49 |
| HSL | 356.88º | 0.42% | 0.36% | - |
| HSV(B) | 356.88º | 0.59% | 0.51% | - |
| XYZ | 11.44 | 7.77 | 4.9 | - |
| YUV | 77.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 58 | 0 | 0.59 | 0.56 | 0.49 | 356.88 | 0.42 | 0.36 |
| Hex | 83 | 36 | 3A | 0 | 3B | 38 | 31 | 165 | 2A | 24 |
| Octal | 203 | 66 | 72 | 0 | 73 | 70 | 61 | 545 | 52 | 44 |
| Binary | 10000011 | 110110 | 111010 | 0 | 111011 | 111000 | 110001 | 101100101 | 101010 | 100100 |
Color Harmonies of #83363A
Complementary color
Monochromatic Colors of #83363A
Black with #83363A
Text Example
Text Example
White with #83363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83363A; }
p { color: rgb(131,54,58); }
H1.HeaderClassName
{
color: #83363A;
}
.AnyTagClassName
{
color: #83363A;
}
</style>
background-color css
<style>
a { background-color: #83363A; }
a { background-color: rgb(131,54,58); }
div.DivClassName
{
background-color: #83363A;
}
.BgClassName
{
background-color: #83363A;
}
</style>
border-color css
<style>
span { border-color: #83363A; }
span { border-color: rgb(131,54,58); }
td.TdClassName
{
border-color: #83363A;
}
.TagClassName
{
border-color: #83363A;
}
</style>