Shades of Stiletto #80373B
Tints of Stiletto #80373B
RGB
CMYK
RGB Variations
Color information
#80373B (or 0x80373B) is known color: Stiletto. HEX triplet: 80, 37 and 3B. RGB value is (128,55,59). Sum of RGB (Red+Green+Blue) = 128+55+59=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80373B is #7FC8C4. Grayscale: #4D4D4D. Windows color (decimal): -8374469 or 3880832. OLE color: 3880832.
HSL color Cylindrical-coordinate representation of color #80373B: hue angle of 356.71º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80373B is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 59 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.50 |
| HSL | 356.71º | 0.4% | 0.36% | - |
| HSV(B) | 356.71º | 0.57% | 0.5% | - |
| XYZ | 11.06 | 7.64 | 5.03 | - |
| YUV | 77.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 59 | 0 | 0.57 | 0.54 | 0.50 | 356.71 | 0.4 | 0.36 |
| Hex | 80 | 37 | 3B | 0 | 39 | 36 | 32 | 165 | 28 | 24 |
| Octal | 200 | 67 | 73 | 0 | 71 | 66 | 62 | 545 | 50 | 44 |
| Binary | 10000000 | 110111 | 111011 | 0 | 111001 | 110110 | 110010 | 101100101 | 101000 | 100100 |
Color Harmonies of #80373B
Complementary color
Monochromatic Colors of #80373B
Black with #80373B
Text Example
Text Example
White with #80373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80373B; }
p { color: rgb(128,55,59); }
H1.HeaderClassName
{
color: #80373B;
}
.AnyTagClassName
{
color: #80373B;
}
</style>
background-color css
<style>
a { background-color: #80373B; }
a { background-color: rgb(128,55,59); }
div.DivClassName
{
background-color: #80373B;
}
.BgClassName
{
background-color: #80373B;
}
</style>
border-color css
<style>
span { border-color: #80373B; }
span { border-color: rgb(128,55,59); }
td.TdClassName
{
border-color: #80373B;
}
.TagClassName
{
border-color: #80373B;
}
</style>