Shades of Solid Pink #804852
Tints of Solid Pink #804852
RGB
CMYK
RGB Variations
Color information
#804852 (or 0x804852) is known color: Solid Pink. HEX triplet: 80, 48 and 52. RGB value is (128,72,82). Sum of RGB (Red+Green+Blue) = 128+72+82=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #804852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804852 is #7FB7AD. Grayscale: #595959. Windows color (decimal): -8370094 or 5392512. OLE color: 5392512.
HSL color Cylindrical-coordinate representation of color #804852: hue angle of 349.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804852 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 82 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.50 |
| HSL | 349.29º | 0.28% | 0.39% | - |
| HSV(B) | 349.29º | 0.44% | 0.5% | - |
| XYZ | 12.74 | 9.83 | 9.21 | - |
| YUV | 89.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 82 | 0 | 0.44 | 0.36 | 0.50 | 349.29 | 0.28 | 0.39 |
| Hex | 80 | 48 | 52 | 0 | 2C | 24 | 32 | 15D | 1C | 27 |
| Octal | 200 | 110 | 122 | 0 | 54 | 44 | 62 | 535 | 34 | 47 |
| Binary | 10000000 | 1001000 | 1010010 | 0 | 101100 | 100100 | 110010 | 101011101 | 11100 | 100111 |
Color Harmonies of #804852
Complementary color
Monochromatic Colors of #804852
Black with #804852
Text Example
Text Example
White with #804852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804852; }
p { color: rgb(128,72,82); }
H1.HeaderClassName
{
color: #804852;
}
.AnyTagClassName
{
color: #804852;
}
</style>
background-color css
<style>
a { background-color: #804852; }
a { background-color: rgb(128,72,82); }
div.DivClassName
{
background-color: #804852;
}
.BgClassName
{
background-color: #804852;
}
</style>
border-color css
<style>
span { border-color: #804852; }
span { border-color: rgb(128,72,82); }
td.TdClassName
{
border-color: #804852;
}
.TagClassName
{
border-color: #804852;
}
</style>