Shades of Stiletto #80363D
Tints of Stiletto #80363D
RGB
CMYK
RGB Variations
Color information
#80363D (or 0x80363D) is known color: Stiletto. HEX triplet: 80, 36 and 3D. RGB value is (128,54,61). Sum of RGB (Red+Green+Blue) = 128+54+61=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80363D is #7FC9C2. Grayscale: #4C4C4C. Windows color (decimal): -8374723 or 4011648. OLE color: 4011648.
HSL color Cylindrical-coordinate representation of color #80363D: hue angle of 354.32º 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 #80363D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 61 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.50 |
| HSL | 354.32º | 0.41% | 0.36% | - |
| HSV(B) | 354.32º | 0.58% | 0.5% | - |
| XYZ | 11.06 | 7.56 | 5.29 | - |
| YUV | 76.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 61 | 0 | 0.58 | 0.52 | 0.50 | 354.32 | 0.41 | 0.36 |
| Hex | 80 | 36 | 3D | 0 | 3A | 34 | 32 | 162 | 29 | 24 |
| Octal | 200 | 66 | 75 | 0 | 72 | 64 | 62 | 542 | 51 | 44 |
| Binary | 10000000 | 110110 | 111101 | 0 | 111010 | 110100 | 110010 | 101100010 | 101001 | 100100 |
Color Harmonies of #80363D
Complementary color
Monochromatic Colors of #80363D
Black with #80363D
Text Example
Text Example
White with #80363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80363D; }
p { color: rgb(128,54,61); }
H1.HeaderClassName
{
color: #80363D;
}
.AnyTagClassName
{
color: #80363D;
}
</style>
background-color css
<style>
a { background-color: #80363D; }
a { background-color: rgb(128,54,61); }
div.DivClassName
{
background-color: #80363D;
}
.BgClassName
{
background-color: #80363D;
}
</style>
border-color css
<style>
span { border-color: #80363D; }
span { border-color: rgb(128,54,61); }
td.TdClassName
{
border-color: #80363D;
}
.TagClassName
{
border-color: #80363D;
}
</style>