Shades of Solid Pink #80454D
Tints of Solid Pink #80454D
RGB
CMYK
RGB Variations
Color information
#80454D (or 0x80454D) is known color: Solid Pink. HEX triplet: 80, 45 and 4D. RGB value is (128,69,77). Sum of RGB (Red+Green+Blue) = 128+69+77=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80454D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80454D is #7FBAB2. Grayscale: #575757. Windows color (decimal): -8370867 or 5064064. OLE color: 5064064.
HSL color Cylindrical-coordinate representation of color #80454D: hue angle of 351.86º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80454D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 77 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.50 |
| HSL | 351.86º | 0.3% | 0.39% | - |
| HSV(B) | 351.86º | 0.46% | 0.5% | - |
| XYZ | 12.37 | 9.38 | 8.18 | - |
| YUV | 87.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 77 | 0 | 0.46 | 0.40 | 0.50 | 351.86 | 0.3 | 0.39 |
| Hex | 80 | 45 | 4D | 0 | 2E | 28 | 32 | 160 | 1E | 27 |
| Octal | 200 | 105 | 115 | 0 | 56 | 50 | 62 | 540 | 36 | 47 |
| Binary | 10000000 | 1000101 | 1001101 | 0 | 101110 | 101000 | 110010 | 101100000 | 11110 | 100111 |
Color Harmonies of #80454D
Complementary color
Monochromatic Colors of #80454D
Black with #80454D
Text Example
Text Example
White with #80454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80454D; }
p { color: rgb(128,69,77); }
H1.HeaderClassName
{
color: #80454D;
}
.AnyTagClassName
{
color: #80454D;
}
</style>
background-color css
<style>
a { background-color: #80454D; }
a { background-color: rgb(128,69,77); }
div.DivClassName
{
background-color: #80454D;
}
.BgClassName
{
background-color: #80454D;
}
</style>
border-color css
<style>
span { border-color: #80454D; }
span { border-color: rgb(128,69,77); }
td.TdClassName
{
border-color: #80454D;
}
.TagClassName
{
border-color: #80454D;
}
</style>