Shades of Solid Pink #80494C
Tints of Solid Pink #80494C
RGB
CMYK
RGB Variations
Color information
#80494C (or 0x80494C) is known color: Solid Pink. HEX triplet: 80, 49 and 4C. RGB value is (128,73,76). Sum of RGB (Red+Green+Blue) = 128+73+76=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80494C is #7FB6B3. Grayscale: #595959. Windows color (decimal): -8369844 or 4999552. OLE color: 4999552.
HSL color Cylindrical-coordinate representation of color #80494C: hue angle of 356.73º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80494C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 76 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.50 |
| HSL | 356.73º | 0.27% | 0.39% | - |
| HSV(B) | 356.73º | 0.43% | 0.5% | - |
| XYZ | 12.59 | 9.88 | 8.08 | - |
| YUV | 89.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 76 | 0 | 0.43 | 0.41 | 0.50 | 356.73 | 0.27 | 0.39 |
| Hex | 80 | 49 | 4C | 0 | 2B | 29 | 32 | 165 | 1B | 27 |
| Octal | 200 | 111 | 114 | 0 | 53 | 51 | 62 | 545 | 33 | 47 |
| Binary | 10000000 | 1001001 | 1001100 | 0 | 101011 | 101001 | 110010 | 101100101 | 11011 | 100111 |
Color Harmonies of #80494C
Complementary color
Monochromatic Colors of #80494C
Black with #80494C
Text Example
Text Example
White with #80494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80494C; }
p { color: rgb(128,73,76); }
H1.HeaderClassName
{
color: #80494C;
}
.AnyTagClassName
{
color: #80494C;
}
</style>
background-color css
<style>
a { background-color: #80494C; }
a { background-color: rgb(128,73,76); }
div.DivClassName
{
background-color: #80494C;
}
.BgClassName
{
background-color: #80494C;
}
</style>
border-color css
<style>
span { border-color: #80494C; }
span { border-color: rgb(128,73,76); }
td.TdClassName
{
border-color: #80494C;
}
.TagClassName
{
border-color: #80494C;
}
</style>