Shades of Solid Pink #80494D
Tints of Solid Pink #80494D
RGB
CMYK
RGB Variations
Color information
#80494D (or 0x80494D) is known color: Solid Pink. HEX triplet: 80, 49 and 4D. RGB value is (128,73,77). Sum of RGB (Red+Green+Blue) = 128+73+77=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80494D is #7FB6B2. Grayscale: #595959. Windows color (decimal): -8369843 or 5065088. OLE color: 5065088.
HSL color Cylindrical-coordinate representation of color #80494D: hue angle of 355.64º 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 #80494D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 77 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.50 |
| HSL | 355.64º | 0.27% | 0.39% | - |
| HSV(B) | 355.64º | 0.43% | 0.5% | - |
| XYZ | 12.62 | 9.89 | 8.26 | - |
| YUV | 89.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 77 | 0 | 0.43 | 0.40 | 0.50 | 355.64 | 0.27 | 0.39 |
| Hex | 80 | 49 | 4D | 0 | 2B | 28 | 32 | 164 | 1B | 27 |
| Octal | 200 | 111 | 115 | 0 | 53 | 50 | 62 | 544 | 33 | 47 |
| Binary | 10000000 | 1001001 | 1001101 | 0 | 101011 | 101000 | 110010 | 101100100 | 11011 | 100111 |
Color Harmonies of #80494D
Complementary color
Monochromatic Colors of #80494D
Black with #80494D
Text Example
Text Example
White with #80494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80494D; }
p { color: rgb(128,73,77); }
H1.HeaderClassName
{
color: #80494D;
}
.AnyTagClassName
{
color: #80494D;
}
</style>
background-color css
<style>
a { background-color: #80494D; }
a { background-color: rgb(128,73,77); }
div.DivClassName
{
background-color: #80494D;
}
.BgClassName
{
background-color: #80494D;
}
</style>
border-color css
<style>
span { border-color: #80494D; }
span { border-color: rgb(128,73,77); }
td.TdClassName
{
border-color: #80494D;
}
.TagClassName
{
border-color: #80494D;
}
</style>