Shades of Solid Pink #805155
Tints of Solid Pink #805155
RGB
CMYK
RGB Variations
Color information
#805155 (or 0x805155) is known color: Solid Pink. HEX triplet: 80, 51 and 55. RGB value is (128,81,85). Sum of RGB (Red+Green+Blue) = 128+81+85=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #805155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805155 is #7FAEAA. Grayscale: #5F5F5F. Windows color (decimal): -8367787 or 5591424. OLE color: 5591424.
HSL color Cylindrical-coordinate representation of color #805155: hue angle of 354.89º 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 #805155 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 85 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.50 |
| HSL | 354.89º | 0.22% | 0.41% | - |
| HSV(B) | 354.89º | 0.37% | 0.5% | - |
| XYZ | 13.48 | 11.13 | 10.03 | - |
| YUV | 95.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 85 | 0 | 0.37 | 0.34 | 0.50 | 354.89 | 0.22 | 0.41 |
| Hex | 80 | 51 | 55 | 0 | 25 | 22 | 32 | 163 | 16 | 29 |
| Octal | 200 | 121 | 125 | 0 | 45 | 42 | 62 | 543 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1010101 | 0 | 100101 | 100010 | 110010 | 101100011 | 10110 | 101001 |
Color Harmonies of #805155
Complementary color
Monochromatic Colors of #805155
Black with #805155
Text Example
Text Example
White with #805155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805155; }
p { color: rgb(128,81,85); }
H1.HeaderClassName
{
color: #805155;
}
.AnyTagClassName
{
color: #805155;
}
</style>
background-color css
<style>
a { background-color: #805155; }
a { background-color: rgb(128,81,85); }
div.DivClassName
{
background-color: #805155;
}
.BgClassName
{
background-color: #805155;
}
</style>
border-color css
<style>
span { border-color: #805155; }
span { border-color: rgb(128,81,85); }
td.TdClassName
{
border-color: #805155;
}
.TagClassName
{
border-color: #805155;
}
</style>