Shades of Stiletto #80393A
Tints of Stiletto #80393A
RGB
CMYK
RGB Variations
Color information
#80393A (or 0x80393A) is known color: Stiletto. HEX triplet: 80, 39 and 3A. RGB value is (128,57,58). Sum of RGB (Red+Green+Blue) = 128+57+58=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80393A is #7FC6C5. Grayscale: #4E4E4E. Windows color (decimal): -8373958 or 3815808. OLE color: 3815808.
HSL color Cylindrical-coordinate representation of color #80393A: hue angle of 359.15º 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 #80393A is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 58 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.50 |
| HSL | 359.15º | 0.38% | 0.36% | - |
| HSV(B) | 359.15º | 0.55% | 0.5% | - |
| XYZ | 11.13 | 7.82 | 4.93 | - |
| YUV | 78.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 58 | 0 | 0.55 | 0.55 | 0.50 | 359.15 | 0.38 | 0.36 |
| Hex | 80 | 39 | 3A | 0 | 37 | 37 | 32 | 167 | 26 | 24 |
| Octal | 200 | 71 | 72 | 0 | 67 | 67 | 62 | 547 | 46 | 44 |
| Binary | 10000000 | 111001 | 111010 | 0 | 110111 | 110111 | 110010 | 101100111 | 100110 | 100100 |
Color Harmonies of #80393A
Complementary color
Monochromatic Colors of #80393A
Black with #80393A
Text Example
Text Example
White with #80393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80393A; }
p { color: rgb(128,57,58); }
H1.HeaderClassName
{
color: #80393A;
}
.AnyTagClassName
{
color: #80393A;
}
</style>
background-color css
<style>
a { background-color: #80393A; }
a { background-color: rgb(128,57,58); }
div.DivClassName
{
background-color: #80393A;
}
.BgClassName
{
background-color: #80393A;
}
</style>
border-color css
<style>
span { border-color: #80393A; }
span { border-color: rgb(128,57,58); }
td.TdClassName
{
border-color: #80393A;
}
.TagClassName
{
border-color: #80393A;
}
</style>