Shades of Solid Pink #804A50
Tints of Solid Pink #804A50
RGB
CMYK
RGB Variations
Color information
#804A50 (or 0x804A50) is known color: Solid Pink. HEX triplet: 80, 4A and 50. RGB value is (128,74,80). Sum of RGB (Red+Green+Blue) = 128+74+80=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #804A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804A50 is #7FB5AF. Grayscale: #5A5A5A. Windows color (decimal): -8369584 or 5261952. OLE color: 5261952.
HSL color Cylindrical-coordinate representation of color #804A50: hue angle of 353.33º 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 #804A50 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 80 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.50 |
| HSL | 353.33º | 0.27% | 0.4% | - |
| HSV(B) | 353.33º | 0.42% | 0.5% | - |
| XYZ | 12.8 | 10.07 | 8.86 | - |
| YUV | 90.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 80 | 0 | 0.42 | 0.38 | 0.50 | 353.33 | 0.27 | 0.4 |
| Hex | 80 | 4A | 50 | 0 | 2A | 26 | 32 | 161 | 1B | 28 |
| Octal | 200 | 112 | 120 | 0 | 52 | 46 | 62 | 541 | 33 | 50 |
| Binary | 10000000 | 1001010 | 1010000 | 0 | 101010 | 100110 | 110010 | 101100001 | 11011 | 101000 |
Color Harmonies of #804A50
Complementary color
Monochromatic Colors of #804A50
Black with #804A50
Text Example
Text Example
White with #804A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A50; }
p { color: rgb(128,74,80); }
H1.HeaderClassName
{
color: #804A50;
}
.AnyTagClassName
{
color: #804A50;
}
</style>
background-color css
<style>
a { background-color: #804A50; }
a { background-color: rgb(128,74,80); }
div.DivClassName
{
background-color: #804A50;
}
.BgClassName
{
background-color: #804A50;
}
</style>
border-color css
<style>
span { border-color: #804A50; }
span { border-color: rgb(128,74,80); }
td.TdClassName
{
border-color: #804A50;
}
.TagClassName
{
border-color: #804A50;
}
</style>