Shades of Solid Pink #80484A
Tints of Solid Pink #80484A
RGB
CMYK
RGB Variations
Color information
#80484A (or 0x80484A) is known color: Solid Pink. HEX triplet: 80, 48 and 4A. RGB value is (128,72,74). Sum of RGB (Red+Green+Blue) = 128+72+74=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80484A is #7FB7B5. Grayscale: #595959. Windows color (decimal): -8370102 or 4868224. OLE color: 4868224.
HSL color Cylindrical-coordinate representation of color #80484A: hue angle of 357.86º 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 #80484A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 74 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.50 |
| HSL | 357.86º | 0.28% | 0.39% | - |
| HSV(B) | 357.86º | 0.44% | 0.5% | - |
| XYZ | 12.46 | 9.72 | 7.7 | - |
| YUV | 88.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 74 | 0 | 0.44 | 0.42 | 0.50 | 357.86 | 0.28 | 0.39 |
| Hex | 80 | 48 | 4A | 0 | 2C | 2A | 32 | 166 | 1C | 27 |
| Octal | 200 | 110 | 112 | 0 | 54 | 52 | 62 | 546 | 34 | 47 |
| Binary | 10000000 | 1001000 | 1001010 | 0 | 101100 | 101010 | 110010 | 101100110 | 11100 | 100111 |
Color Harmonies of #80484A
Complementary color
Monochromatic Colors of #80484A
Black with #80484A
Text Example
Text Example
White with #80484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80484A; }
p { color: rgb(128,72,74); }
H1.HeaderClassName
{
color: #80484A;
}
.AnyTagClassName
{
color: #80484A;
}
</style>
background-color css
<style>
a { background-color: #80484A; }
a { background-color: rgb(128,72,74); }
div.DivClassName
{
background-color: #80484A;
}
.BgClassName
{
background-color: #80484A;
}
</style>
border-color css
<style>
span { border-color: #80484A; }
span { border-color: rgb(128,72,74); }
td.TdClassName
{
border-color: #80484A;
}
.TagClassName
{
border-color: #80484A;
}
</style>