Shades of Solid Pink #804F54
Tints of Solid Pink #804F54
RGB
CMYK
RGB Variations
Color information
#804F54 (or 0x804F54) is known color: Solid Pink. HEX triplet: 80, 4F and 54. RGB value is (128,79,84). Sum of RGB (Red+Green+Blue) = 128+79+84=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #804F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F54 is #7FB0AB. Grayscale: #5E5E5E. Windows color (decimal): -8368300 or 5525376. OLE color: 5525376.
HSL color Cylindrical-coordinate representation of color #804F54: hue angle of 353.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #804F54 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 84 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.50 |
| HSL | 353.88º | 0.24% | 0.41% | - |
| HSV(B) | 353.88º | 0.38% | 0.5% | - |
| XYZ | 13.3 | 10.82 | 9.78 | - |
| YUV | 94.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 84 | 0 | 0.38 | 0.34 | 0.50 | 353.88 | 0.24 | 0.41 |
| Hex | 80 | 4F | 54 | 0 | 26 | 22 | 32 | 162 | 18 | 29 |
| Octal | 200 | 117 | 124 | 0 | 46 | 42 | 62 | 542 | 30 | 51 |
| Binary | 10000000 | 1001111 | 1010100 | 0 | 100110 | 100010 | 110010 | 101100010 | 11000 | 101001 |
Color Harmonies of #804F54
Complementary color
Monochromatic Colors of #804F54
Black with #804F54
Text Example
Text Example
White with #804F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F54; }
p { color: rgb(128,79,84); }
H1.HeaderClassName
{
color: #804F54;
}
.AnyTagClassName
{
color: #804F54;
}
</style>
background-color css
<style>
a { background-color: #804F54; }
a { background-color: rgb(128,79,84); }
div.DivClassName
{
background-color: #804F54;
}
.BgClassName
{
background-color: #804F54;
}
</style>
border-color css
<style>
span { border-color: #804F54; }
span { border-color: rgb(128,79,84); }
td.TdClassName
{
border-color: #804F54;
}
.TagClassName
{
border-color: #804F54;
}
</style>