Shades of Solid Pink #815055
Tints of Solid Pink #815055
RGB
CMYK
RGB Variations
Color information
#815055 (or 0x815055) is known color: Solid Pink. HEX triplet: 81, 50 and 55. RGB value is (129,80,85). Sum of RGB (Red+Green+Blue) = 129+80+85=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #815055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815055 is #7EAFAA. Grayscale: #5F5F5F. Windows color (decimal): -8302507 or 5591169. OLE color: 5591169.
HSL color Cylindrical-coordinate representation of color #815055: hue angle of 353.88º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #815055 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 80 | 85 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.49 |
| HSL | 353.88º | 0.23% | 0.41% | - |
| HSV(B) | 353.88º | 0.38% | 0.51% | - |
| XYZ | 13.56 | 11.06 | 10.01 | - |
| YUV | 95.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 85 | 0 | 0.38 | 0.34 | 0.49 | 353.88 | 0.23 | 0.41 |
| Hex | 81 | 50 | 55 | 0 | 26 | 22 | 31 | 162 | 17 | 29 |
| Octal | 201 | 120 | 125 | 0 | 46 | 42 | 61 | 542 | 27 | 51 |
| Binary | 10000001 | 1010000 | 1010101 | 0 | 100110 | 100010 | 110001 | 101100010 | 10111 | 101001 |
Color Harmonies of #815055
Complementary color
Monochromatic Colors of #815055
Black with #815055
Text Example
Text Example
White with #815055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815055; }
p { color: rgb(129,80,85); }
H1.HeaderClassName
{
color: #815055;
}
.AnyTagClassName
{
color: #815055;
}
</style>
background-color css
<style>
a { background-color: #815055; }
a { background-color: rgb(129,80,85); }
div.DivClassName
{
background-color: #815055;
}
.BgClassName
{
background-color: #815055;
}
</style>
border-color css
<style>
span { border-color: #815055; }
span { border-color: rgb(129,80,85); }
td.TdClassName
{
border-color: #815055;
}
.TagClassName
{
border-color: #815055;
}
</style>