Shades of Solid Pink #804D53
Tints of Solid Pink #804D53
RGB
CMYK
RGB Variations
Color information
#804D53 (or 0x804D53) is known color: Solid Pink. HEX triplet: 80, 4D and 53. RGB value is (128,77,83). Sum of RGB (Red+Green+Blue) = 128+77+83=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #804D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804D53 is #7FB2AC. Grayscale: #5C5C5C. Windows color (decimal): -8368813 or 5459328. OLE color: 5459328.
HSL color Cylindrical-coordinate representation of color #804D53: hue angle of 352.94º 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 #804D53 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 83 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.50 |
| HSL | 352.94º | 0.25% | 0.4% | - |
| HSV(B) | 352.94º | 0.4% | 0.5% | - |
| XYZ | 13.12 | 10.52 | 9.52 | - |
| YUV | 92.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 83 | 0 | 0.40 | 0.35 | 0.50 | 352.94 | 0.25 | 0.4 |
| Hex | 80 | 4D | 53 | 0 | 28 | 23 | 32 | 161 | 19 | 28 |
| Octal | 200 | 115 | 123 | 0 | 50 | 43 | 62 | 541 | 31 | 50 |
| Binary | 10000000 | 1001101 | 1010011 | 0 | 101000 | 100011 | 110010 | 101100001 | 11001 | 101000 |
Color Harmonies of #804D53
Complementary color
Monochromatic Colors of #804D53
Black with #804D53
Text Example
Text Example
White with #804D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D53; }
p { color: rgb(128,77,83); }
H1.HeaderClassName
{
color: #804D53;
}
.AnyTagClassName
{
color: #804D53;
}
</style>
background-color css
<style>
a { background-color: #804D53; }
a { background-color: rgb(128,77,83); }
div.DivClassName
{
background-color: #804D53;
}
.BgClassName
{
background-color: #804D53;
}
</style>
border-color css
<style>
span { border-color: #804D53; }
span { border-color: rgb(128,77,83); }
td.TdClassName
{
border-color: #804D53;
}
.TagClassName
{
border-color: #804D53;
}
</style>