Shades of Stiletto #80393F
Tints of Stiletto #80393F
RGB
CMYK
RGB Variations
Color information
#80393F (or 0x80393F) is known color: Stiletto. HEX triplet: 80, 39 and 3F. RGB value is (128,57,63). Sum of RGB (Red+Green+Blue) = 128+57+63=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #80393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80393F is #7FC6C0. Grayscale: #4E4E4E. Windows color (decimal): -8373953 or 4143488. OLE color: 4143488.
HSL color Cylindrical-coordinate representation of color #80393F: hue angle of 354.93º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80393F is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 63 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.50 |
| HSL | 354.93º | 0.38% | 0.36% | - |
| HSV(B) | 354.93º | 0.55% | 0.5% | - |
| XYZ | 11.26 | 7.87 | 5.63 | - |
| YUV | 78.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 63 | 0 | 0.55 | 0.51 | 0.50 | 354.93 | 0.38 | 0.36 |
| Hex | 80 | 39 | 3F | 0 | 37 | 33 | 32 | 163 | 26 | 24 |
| Octal | 200 | 71 | 77 | 0 | 67 | 63 | 62 | 543 | 46 | 44 |
| Binary | 10000000 | 111001 | 111111 | 0 | 110111 | 110011 | 110010 | 101100011 | 100110 | 100100 |
Color Harmonies of #80393F
Complementary color
Monochromatic Colors of #80393F
Black with #80393F
Text Example
Text Example
White with #80393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80393F; }
p { color: rgb(128,57,63); }
H1.HeaderClassName
{
color: #80393F;
}
.AnyTagClassName
{
color: #80393F;
}
</style>
background-color css
<style>
a { background-color: #80393F; }
a { background-color: rgb(128,57,63); }
div.DivClassName
{
background-color: #80393F;
}
.BgClassName
{
background-color: #80393F;
}
</style>
border-color css
<style>
span { border-color: #80393F; }
span { border-color: rgb(128,57,63); }
td.TdClassName
{
border-color: #80393F;
}
.TagClassName
{
border-color: #80393F;
}
</style>