Shades of Stiletto #80363F
Tints of Stiletto #80363F
RGB
CMYK
RGB Variations
Color information
#80363F (or 0x80363F) is known color: Stiletto. HEX triplet: 80, 36 and 3F. RGB value is (128,54,63). Sum of RGB (Red+Green+Blue) = 128+54+63=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80363F is #7FC9C0. Grayscale: #4D4D4D. Windows color (decimal): -8374721 or 4142720. OLE color: 4142720.
HSL color Cylindrical-coordinate representation of color #80363F: hue angle of 352.7º 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 #80363F is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 63 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.50 |
| HSL | 352.7º | 0.41% | 0.36% | - |
| HSV(B) | 352.7º | 0.58% | 0.5% | - |
| XYZ | 11.12 | 7.59 | 5.58 | - |
| YUV | 77.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 63 | 0 | 0.58 | 0.51 | 0.50 | 352.7 | 0.41 | 0.36 |
| Hex | 80 | 36 | 3F | 0 | 3A | 33 | 32 | 161 | 29 | 24 |
| Octal | 200 | 66 | 77 | 0 | 72 | 63 | 62 | 541 | 51 | 44 |
| Binary | 10000000 | 110110 | 111111 | 0 | 111010 | 110011 | 110010 | 101100001 | 101001 | 100100 |
Color Harmonies of #80363F
Complementary color
Monochromatic Colors of #80363F
Black with #80363F
Text Example
Text Example
White with #80363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80363F; }
p { color: rgb(128,54,63); }
H1.HeaderClassName
{
color: #80363F;
}
.AnyTagClassName
{
color: #80363F;
}
</style>
background-color css
<style>
a { background-color: #80363F; }
a { background-color: rgb(128,54,63); }
div.DivClassName
{
background-color: #80363F;
}
.BgClassName
{
background-color: #80363F;
}
</style>
border-color css
<style>
span { border-color: #80363F; }
span { border-color: rgb(128,54,63); }
td.TdClassName
{
border-color: #80363F;
}
.TagClassName
{
border-color: #80363F;
}
</style>