Shades of Solid Pink #80484E
Tints of Solid Pink #80484E
RGB
CMYK
RGB Variations
Color information
#80484E (or 0x80484E) is known color: Solid Pink. HEX triplet: 80, 48 and 4E. RGB value is (128,72,78). Sum of RGB (Red+Green+Blue) = 128+72+78=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80484E is #7FB7B1. Grayscale: #595959. Windows color (decimal): -8370098 or 5130368. OLE color: 5130368.
HSL color Cylindrical-coordinate representation of color #80484E: hue angle of 353.57º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80484E is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 78 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.50 |
| HSL | 353.57º | 0.28% | 0.39% | - |
| HSV(B) | 353.57º | 0.44% | 0.5% | - |
| XYZ | 12.59 | 9.77 | 8.43 | - |
| YUV | 89.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 78 | 0 | 0.44 | 0.39 | 0.50 | 353.57 | 0.28 | 0.39 |
| Hex | 80 | 48 | 4E | 0 | 2C | 27 | 32 | 162 | 1C | 27 |
| Octal | 200 | 110 | 116 | 0 | 54 | 47 | 62 | 542 | 34 | 47 |
| Binary | 10000000 | 1001000 | 1001110 | 0 | 101100 | 100111 | 110010 | 101100010 | 11100 | 100111 |
Color Harmonies of #80484E
Complementary color
Monochromatic Colors of #80484E
Black with #80484E
Text Example
Text Example
White with #80484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80484E; }
p { color: rgb(128,72,78); }
H1.HeaderClassName
{
color: #80484E;
}
.AnyTagClassName
{
color: #80484E;
}
</style>
background-color css
<style>
a { background-color: #80484E; }
a { background-color: rgb(128,72,78); }
div.DivClassName
{
background-color: #80484E;
}
.BgClassName
{
background-color: #80484E;
}
</style>
border-color css
<style>
span { border-color: #80484E; }
span { border-color: rgb(128,72,78); }
td.TdClassName
{
border-color: #80484E;
}
.TagClassName
{
border-color: #80484E;
}
</style>