Shades of Solid Pink #805059
Tints of Solid Pink #805059
RGB
CMYK
RGB Variations
Color information
#805059 (or 0x805059) is known color: Solid Pink. HEX triplet: 80, 50 and 59. RGB value is (128,80,89). Sum of RGB (Red+Green+Blue) = 128+80+89=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #805059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805059 is #7FAFA6. Grayscale: #5F5F5F. Windows color (decimal): -8368039 or 5853312. OLE color: 5853312.
HSL color Cylindrical-coordinate representation of color #805059: hue angle of 348.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805059 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 89 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.50 |
| HSL | 348.75º | 0.23% | 0.41% | - |
| HSV(B) | 348.75º | 0.38% | 0.5% | - |
| XYZ | 13.57 | 11.05 | 10.87 | - |
| YUV | 95.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 89 | 0 | 0.38 | 0.30 | 0.50 | 348.75 | 0.23 | 0.41 |
| Hex | 80 | 50 | 59 | 0 | 26 | 1E | 32 | 15D | 17 | 29 |
| Octal | 200 | 120 | 131 | 0 | 46 | 36 | 62 | 535 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1011001 | 0 | 100110 | 11110 | 110010 | 101011101 | 10111 | 101001 |
Color Harmonies of #805059
Complementary color
Monochromatic Colors of #805059
Black with #805059
Text Example
Text Example
White with #805059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805059; }
p { color: rgb(128,80,89); }
H1.HeaderClassName
{
color: #805059;
}
.AnyTagClassName
{
color: #805059;
}
</style>
background-color css
<style>
a { background-color: #805059; }
a { background-color: rgb(128,80,89); }
div.DivClassName
{
background-color: #805059;
}
.BgClassName
{
background-color: #805059;
}
</style>
border-color css
<style>
span { border-color: #805059; }
span { border-color: rgb(128,80,89); }
td.TdClassName
{
border-color: #805059;
}
.TagClassName
{
border-color: #805059;
}
</style>