Shades of Stiletto #83363F
Tints of Stiletto #83363F
RGB
CMYK
RGB Variations
Color information
#83363F (or 0x83363F) is known color: Stiletto. HEX triplet: 83, 36 and 3F. RGB value is (131,54,63). Sum of RGB (Red+Green+Blue) = 131+54+63=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363F is #7CC9C0. Grayscale: #4E4E4E. Windows color (decimal): -8178113 or 4142723. OLE color: 4142723.
HSL color Cylindrical-coordinate representation of color #83363F: hue angle of 352.99º 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 #83363F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 63 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.49 |
| HSL | 352.99º | 0.42% | 0.36% | - |
| HSV(B) | 352.99º | 0.59% | 0.51% | - |
| XYZ | 11.58 | 7.82 | 5.6 | - |
| YUV | 78.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 63 | 0 | 0.59 | 0.52 | 0.49 | 352.99 | 0.42 | 0.36 |
| Hex | 83 | 36 | 3F | 0 | 3B | 34 | 31 | 161 | 2A | 24 |
| Octal | 203 | 66 | 77 | 0 | 73 | 64 | 61 | 541 | 52 | 44 |
| Binary | 10000011 | 110110 | 111111 | 0 | 111011 | 110100 | 110001 | 101100001 | 101010 | 100100 |
Color Harmonies of #83363F
Complementary color
Monochromatic Colors of #83363F
Black with #83363F
Text Example
Text Example
White with #83363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83363F; }
p { color: rgb(131,54,63); }
H1.HeaderClassName
{
color: #83363F;
}
.AnyTagClassName
{
color: #83363F;
}
</style>
background-color css
<style>
a { background-color: #83363F; }
a { background-color: rgb(131,54,63); }
div.DivClassName
{
background-color: #83363F;
}
.BgClassName
{
background-color: #83363F;
}
</style>
border-color css
<style>
span { border-color: #83363F; }
span { border-color: rgb(131,54,63); }
td.TdClassName
{
border-color: #83363F;
}
.TagClassName
{
border-color: #83363F;
}
</style>