Shades of Solid Pink #80484B
Tints of Solid Pink #80484B
RGB
CMYK
RGB Variations
Color information
#80484B (or 0x80484B) is known color: Solid Pink. HEX triplet: 80, 48 and 4B. RGB value is (128,72,75). Sum of RGB (Red+Green+Blue) = 128+72+75=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80484B is #7FB7B4. Grayscale: #595959. Windows color (decimal): -8370101 or 4933760. OLE color: 4933760.
HSL color Cylindrical-coordinate representation of color #80484B: hue angle of 356.79º 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 #80484B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 75 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.50 |
| HSL | 356.79º | 0.28% | 0.39% | - |
| HSV(B) | 356.79º | 0.44% | 0.5% | - |
| XYZ | 12.49 | 9.73 | 7.88 | - |
| YUV | 89.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 75 | 0 | 0.44 | 0.41 | 0.50 | 356.79 | 0.28 | 0.39 |
| Hex | 80 | 48 | 4B | 0 | 2C | 29 | 32 | 165 | 1C | 27 |
| Octal | 200 | 110 | 113 | 0 | 54 | 51 | 62 | 545 | 34 | 47 |
| Binary | 10000000 | 1001000 | 1001011 | 0 | 101100 | 101001 | 110010 | 101100101 | 11100 | 100111 |
Color Harmonies of #80484B
Complementary color
Monochromatic Colors of #80484B
Black with #80484B
Text Example
Text Example
White with #80484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80484B; }
p { color: rgb(128,72,75); }
H1.HeaderClassName
{
color: #80484B;
}
.AnyTagClassName
{
color: #80484B;
}
</style>
background-color css
<style>
a { background-color: #80484B; }
a { background-color: rgb(128,72,75); }
div.DivClassName
{
background-color: #80484B;
}
.BgClassName
{
background-color: #80484B;
}
</style>
border-color css
<style>
span { border-color: #80484B; }
span { border-color: rgb(128,72,75); }
td.TdClassName
{
border-color: #80484B;
}
.TagClassName
{
border-color: #80484B;
}
</style>