Shades of Solid Pink #805159
Tints of Solid Pink #805159
RGB
CMYK
RGB Variations
Color information
#805159 (or 0x805159) is known color: Solid Pink. HEX triplet: 80, 51 and 59. RGB value is (128,81,89). Sum of RGB (Red+Green+Blue) = 128+81+89=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #805159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805159 is #7FAEA6. Grayscale: #5F5F5F. Windows color (decimal): -8367783 or 5853568. OLE color: 5853568.
HSL color Cylindrical-coordinate representation of color #805159: hue angle of 349.79º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805159 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 89 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.50 |
| HSL | 349.79º | 0.22% | 0.41% | - |
| HSV(B) | 349.79º | 0.37% | 0.5% | - |
| XYZ | 13.65 | 11.2 | 10.89 | - |
| YUV | 95.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 89 | 0 | 0.37 | 0.30 | 0.50 | 349.79 | 0.22 | 0.41 |
| Hex | 80 | 51 | 59 | 0 | 25 | 1E | 32 | 15E | 16 | 29 |
| Octal | 200 | 121 | 131 | 0 | 45 | 36 | 62 | 536 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1011001 | 0 | 100101 | 11110 | 110010 | 101011110 | 10110 | 101001 |
Color Harmonies of #805159
Complementary color
Monochromatic Colors of #805159
Black with #805159
Text Example
Text Example
White with #805159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805159; }
p { color: rgb(128,81,89); }
H1.HeaderClassName
{
color: #805159;
}
.AnyTagClassName
{
color: #805159;
}
</style>
background-color css
<style>
a { background-color: #805159; }
a { background-color: rgb(128,81,89); }
div.DivClassName
{
background-color: #805159;
}
.BgClassName
{
background-color: #805159;
}
</style>
border-color css
<style>
span { border-color: #805159; }
span { border-color: rgb(128,81,89); }
td.TdClassName
{
border-color: #805159;
}
.TagClassName
{
border-color: #805159;
}
</style>