Shades of Solid Pink #804E53
Tints of Solid Pink #804E53
RGB
CMYK
RGB Variations
Color information
#804E53 (or 0x804E53) is known color: Solid Pink. HEX triplet: 80, 4E and 53. RGB value is (128,78,83). Sum of RGB (Red+Green+Blue) = 128+78+83=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #804E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E53 is #7FB1AC. Grayscale: #5D5D5D. Windows color (decimal): -8368557 or 5459584. OLE color: 5459584.
HSL color Cylindrical-coordinate representation of color #804E53: hue angle of 354º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804E53 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 83 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.50 |
| HSL | 354º | 0.24% | 0.4% | - |
| HSV(B) | 354º | 0.39% | 0.5% | - |
| XYZ | 13.19 | 10.66 | 9.55 | - |
| YUV | 93.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 83 | 0 | 0.39 | 0.35 | 0.50 | 354 | 0.24 | 0.4 |
| Hex | 80 | 4E | 53 | 0 | 27 | 23 | 32 | 162 | 18 | 28 |
| Octal | 200 | 116 | 123 | 0 | 47 | 43 | 62 | 542 | 30 | 50 |
| Binary | 10000000 | 1001110 | 1010011 | 0 | 100111 | 100011 | 110010 | 101100010 | 11000 | 101000 |
Color Harmonies of #804E53
Complementary color
Monochromatic Colors of #804E53
Black with #804E53
Text Example
Text Example
White with #804E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E53; }
p { color: rgb(128,78,83); }
H1.HeaderClassName
{
color: #804E53;
}
.AnyTagClassName
{
color: #804E53;
}
</style>
background-color css
<style>
a { background-color: #804E53; }
a { background-color: rgb(128,78,83); }
div.DivClassName
{
background-color: #804E53;
}
.BgClassName
{
background-color: #804E53;
}
</style>
border-color css
<style>
span { border-color: #804E53; }
span { border-color: rgb(128,78,83); }
td.TdClassName
{
border-color: #804E53;
}
.TagClassName
{
border-color: #804E53;
}
</style>