Shades of Solid Pink #804C52
Tints of Solid Pink #804C52
RGB
CMYK
RGB Variations
Color information
#804C52 (or 0x804C52) is known color: Solid Pink. HEX triplet: 80, 4C and 52. RGB value is (128,76,82). Sum of RGB (Red+Green+Blue) = 128+76+82=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #804C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804C52 is #7FB3AD. Grayscale: #5C5C5C. Windows color (decimal): -8369070 or 5393536. OLE color: 5393536.
HSL color Cylindrical-coordinate representation of color #804C52: hue angle of 353.08º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804C52 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 82 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.50 |
| HSL | 353.08º | 0.25% | 0.4% | - |
| HSV(B) | 353.08º | 0.41% | 0.5% | - |
| XYZ | 13.01 | 10.37 | 9.3 | - |
| YUV | 92.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 82 | 0 | 0.41 | 0.36 | 0.50 | 353.08 | 0.25 | 0.4 |
| Hex | 80 | 4C | 52 | 0 | 29 | 24 | 32 | 161 | 19 | 28 |
| Octal | 200 | 114 | 122 | 0 | 51 | 44 | 62 | 541 | 31 | 50 |
| Binary | 10000000 | 1001100 | 1010010 | 0 | 101001 | 100100 | 110010 | 101100001 | 11001 | 101000 |
Color Harmonies of #804C52
Complementary color
Monochromatic Colors of #804C52
Black with #804C52
Text Example
Text Example
White with #804C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C52; }
p { color: rgb(128,76,82); }
H1.HeaderClassName
{
color: #804C52;
}
.AnyTagClassName
{
color: #804C52;
}
</style>
background-color css
<style>
a { background-color: #804C52; }
a { background-color: rgb(128,76,82); }
div.DivClassName
{
background-color: #804C52;
}
.BgClassName
{
background-color: #804C52;
}
</style>
border-color css
<style>
span { border-color: #804C52; }
span { border-color: rgb(128,76,82); }
td.TdClassName
{
border-color: #804C52;
}
.TagClassName
{
border-color: #804C52;
}
</style>