Shades of Solid Pink #804A54
Tints of Solid Pink #804A54
RGB
CMYK
RGB Variations
Color information
#804A54 (or 0x804A54) is known color: Solid Pink. HEX triplet: 80, 4A and 54. RGB value is (128,74,84). Sum of RGB (Red+Green+Blue) = 128+74+84=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #804A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804A54 is #7FB5AB. Grayscale: #5B5B5B. Windows color (decimal): -8369580 or 5524096. OLE color: 5524096.
HSL color Cylindrical-coordinate representation of color #804A54: hue angle of 348.89º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #804A54 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 84 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.50 |
| HSL | 348.89º | 0.27% | 0.4% | - |
| HSV(B) | 348.89º | 0.42% | 0.5% | - |
| XYZ | 12.95 | 10.13 | 9.66 | - |
| YUV | 91.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 84 | 0 | 0.42 | 0.34 | 0.50 | 348.89 | 0.27 | 0.4 |
| Hex | 80 | 4A | 54 | 0 | 2A | 22 | 32 | 15D | 1B | 28 |
| Octal | 200 | 112 | 124 | 0 | 52 | 42 | 62 | 535 | 33 | 50 |
| Binary | 10000000 | 1001010 | 1010100 | 0 | 101010 | 100010 | 110010 | 101011101 | 11011 | 101000 |
Color Harmonies of #804A54
Complementary color
Monochromatic Colors of #804A54
Black with #804A54
Text Example
Text Example
White with #804A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A54; }
p { color: rgb(128,74,84); }
H1.HeaderClassName
{
color: #804A54;
}
.AnyTagClassName
{
color: #804A54;
}
</style>
background-color css
<style>
a { background-color: #804A54; }
a { background-color: rgb(128,74,84); }
div.DivClassName
{
background-color: #804A54;
}
.BgClassName
{
background-color: #804A54;
}
</style>
border-color css
<style>
span { border-color: #804A54; }
span { border-color: rgb(128,74,84); }
td.TdClassName
{
border-color: #804A54;
}
.TagClassName
{
border-color: #804A54;
}
</style>