Shades of Stiletto #80363C
Tints of Stiletto #80363C
RGB
CMYK
RGB Variations
Color information
#80363C (or 0x80363C) is known color: Stiletto. HEX triplet: 80, 36 and 3C. RGB value is (128,54,60). Sum of RGB (Red+Green+Blue) = 128+54+60=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80363C is #7FC9C3. Grayscale: #4C4C4C. Windows color (decimal): -8374724 or 3946112. OLE color: 3946112.
HSL color Cylindrical-coordinate representation of color #80363C: hue angle of 355.14º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80363C is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 60 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.50 |
| HSL | 355.14º | 0.41% | 0.36% | - |
| HSV(B) | 355.14º | 0.58% | 0.5% | - |
| XYZ | 11.04 | 7.55 | 5.15 | - |
| YUV | 76.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 60 | 0 | 0.58 | 0.53 | 0.50 | 355.14 | 0.41 | 0.36 |
| Hex | 80 | 36 | 3C | 0 | 3A | 35 | 32 | 163 | 29 | 24 |
| Octal | 200 | 66 | 74 | 0 | 72 | 65 | 62 | 543 | 51 | 44 |
| Binary | 10000000 | 110110 | 111100 | 0 | 111010 | 110101 | 110010 | 101100011 | 101001 | 100100 |
Color Harmonies of #80363C
Complementary color
Monochromatic Colors of #80363C
Black with #80363C
Text Example
Text Example
White with #80363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80363C; }
p { color: rgb(128,54,60); }
H1.HeaderClassName
{
color: #80363C;
}
.AnyTagClassName
{
color: #80363C;
}
</style>
background-color css
<style>
a { background-color: #80363C; }
a { background-color: rgb(128,54,60); }
div.DivClassName
{
background-color: #80363C;
}
.BgClassName
{
background-color: #80363C;
}
</style>
border-color css
<style>
span { border-color: #80363C; }
span { border-color: rgb(128,54,60); }
td.TdClassName
{
border-color: #80363C;
}
.TagClassName
{
border-color: #80363C;
}
</style>