Shades of Solid Pink #815559
Tints of Solid Pink #815559
RGB
CMYK
RGB Variations
Color information
#815559 (or 0x815559) is known color: Solid Pink. HEX triplet: 81, 55 and 59. RGB value is (129,85,89). Sum of RGB (Red+Green+Blue) = 129+85+89=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #815559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815559 is #7EAAA6. Grayscale: #626262. Windows color (decimal): -8301223 or 5854593. OLE color: 5854593.
HSL color Cylindrical-coordinate representation of color #815559: hue angle of 354.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815559 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 85 | 89 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.49 |
| HSL | 354.55º | 0.21% | 0.42% | - |
| HSV(B) | 354.55º | 0.34% | 0.51% | - |
| XYZ | 14.1 | 11.89 | 11 | - |
| YUV | 98.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 89 | 0 | 0.34 | 0.31 | 0.49 | 354.55 | 0.21 | 0.42 |
| Hex | 81 | 55 | 59 | 0 | 22 | 1F | 31 | 163 | 15 | 2A |
| Octal | 201 | 125 | 131 | 0 | 42 | 37 | 61 | 543 | 25 | 52 |
| Binary | 10000001 | 1010101 | 1011001 | 0 | 100010 | 11111 | 110001 | 101100011 | 10101 | 101010 |
Color Harmonies of #815559
Complementary color
Monochromatic Colors of #815559
Black with #815559
Text Example
Text Example
White with #815559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815559; }
p { color: rgb(129,85,89); }
H1.HeaderClassName
{
color: #815559;
}
.AnyTagClassName
{
color: #815559;
}
</style>
background-color css
<style>
a { background-color: #815559; }
a { background-color: rgb(129,85,89); }
div.DivClassName
{
background-color: #815559;
}
.BgClassName
{
background-color: #815559;
}
</style>
border-color css
<style>
span { border-color: #815559; }
span { border-color: rgb(129,85,89); }
td.TdClassName
{
border-color: #815559;
}
.TagClassName
{
border-color: #815559;
}
</style>