Shades of Solid Pink #804951
Tints of Solid Pink #804951
RGB
CMYK
RGB Variations
Color information
#804951 (or 0x804951) is known color: Solid Pink. HEX triplet: 80, 49 and 51. RGB value is (128,73,81). Sum of RGB (Red+Green+Blue) = 128+73+81=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #804951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804951 is #7FB6AE. Grayscale: #5A5A5A. Windows color (decimal): -8369839 or 5327232. OLE color: 5327232.
HSL color Cylindrical-coordinate representation of color #804951: hue angle of 351.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #804951 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 81 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.50 |
| HSL | 351.27º | 0.27% | 0.39% | - |
| HSV(B) | 351.27º | 0.43% | 0.5% | - |
| XYZ | 12.77 | 9.95 | 9.03 | - |
| YUV | 90.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 81 | 0 | 0.43 | 0.37 | 0.50 | 351.27 | 0.27 | 0.39 |
| Hex | 80 | 49 | 51 | 0 | 2B | 25 | 32 | 15F | 1B | 27 |
| Octal | 200 | 111 | 121 | 0 | 53 | 45 | 62 | 537 | 33 | 47 |
| Binary | 10000000 | 1001001 | 1010001 | 0 | 101011 | 100101 | 110010 | 101011111 | 11011 | 100111 |
Color Harmonies of #804951
Complementary color
Monochromatic Colors of #804951
Black with #804951
Text Example
Text Example
White with #804951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804951; }
p { color: rgb(128,73,81); }
H1.HeaderClassName
{
color: #804951;
}
.AnyTagClassName
{
color: #804951;
}
</style>
background-color css
<style>
a { background-color: #804951; }
a { background-color: rgb(128,73,81); }
div.DivClassName
{
background-color: #804951;
}
.BgClassName
{
background-color: #804951;
}
</style>
border-color css
<style>
span { border-color: #804951; }
span { border-color: rgb(128,73,81); }
td.TdClassName
{
border-color: #804951;
}
.TagClassName
{
border-color: #804951;
}
</style>