Shades of Solid Pink #804D58
Tints of Solid Pink #804D58
RGB
CMYK
RGB Variations
Color information
#804D58 (or 0x804D58) is known color: Solid Pink. HEX triplet: 80, 4D and 58. RGB value is (128,77,88). Sum of RGB (Red+Green+Blue) = 128+77+88=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #804D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804D58 is #7FB2A7. Grayscale: #5D5D5D. Windows color (decimal): -8368808 or 5787008. OLE color: 5787008.
HSL color Cylindrical-coordinate representation of color #804D58: hue angle of 347.06º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #804D58 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 88 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.50 |
| HSL | 347.06º | 0.25% | 0.4% | - |
| HSV(B) | 347.06º | 0.4% | 0.5% | - |
| XYZ | 13.32 | 10.6 | 10.58 | - |
| YUV | 93.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 88 | 0 | 0.40 | 0.31 | 0.50 | 347.06 | 0.25 | 0.4 |
| Hex | 80 | 4D | 58 | 0 | 28 | 1F | 32 | 15B | 19 | 28 |
| Octal | 200 | 115 | 130 | 0 | 50 | 37 | 62 | 533 | 31 | 50 |
| Binary | 10000000 | 1001101 | 1011000 | 0 | 101000 | 11111 | 110010 | 101011011 | 11001 | 101000 |
Color Harmonies of #804D58
Complementary color
Monochromatic Colors of #804D58
Black with #804D58
Text Example
Text Example
White with #804D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D58; }
p { color: rgb(128,77,88); }
H1.HeaderClassName
{
color: #804D58;
}
.AnyTagClassName
{
color: #804D58;
}
</style>
background-color css
<style>
a { background-color: #804D58; }
a { background-color: rgb(128,77,88); }
div.DivClassName
{
background-color: #804D58;
}
.BgClassName
{
background-color: #804D58;
}
</style>
border-color css
<style>
span { border-color: #804D58; }
span { border-color: rgb(128,77,88); }
td.TdClassName
{
border-color: #804D58;
}
.TagClassName
{
border-color: #804D58;
}
</style>