Shades of Solid Pink #815557
Tints of Solid Pink #815557
RGB
CMYK
RGB Variations
Color information
#815557 (or 0x815557) is known color: Solid Pink. HEX triplet: 81, 55 and 57. RGB value is (129,85,87). Sum of RGB (Red+Green+Blue) = 129+85+87=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #815557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815557 is #7EAAA8. Grayscale: #626262. Windows color (decimal): -8301225 or 5723521. OLE color: 5723521.
HSL color Cylindrical-coordinate representation of color #815557: hue angle of 357.27º 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 #815557 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 85 | 87 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.49 |
| HSL | 357.27º | 0.21% | 0.42% | - |
| HSV(B) | 357.27º | 0.34% | 0.51% | - |
| XYZ | 14.02 | 11.85 | 10.57 | - |
| YUV | 98.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 87 | 0 | 0.34 | 0.33 | 0.49 | 357.27 | 0.21 | 0.42 |
| Hex | 81 | 55 | 57 | 0 | 22 | 21 | 31 | 165 | 15 | 2A |
| Octal | 201 | 125 | 127 | 0 | 42 | 41 | 61 | 545 | 25 | 52 |
| Binary | 10000001 | 1010101 | 1010111 | 0 | 100010 | 100001 | 110001 | 101100101 | 10101 | 101010 |
Color Harmonies of #815557
Complementary color
Monochromatic Colors of #815557
Black with #815557
Text Example
Text Example
White with #815557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815557; }
p { color: rgb(129,85,87); }
H1.HeaderClassName
{
color: #815557;
}
.AnyTagClassName
{
color: #815557;
}
</style>
background-color css
<style>
a { background-color: #815557; }
a { background-color: rgb(129,85,87); }
div.DivClassName
{
background-color: #815557;
}
.BgClassName
{
background-color: #815557;
}
</style>
border-color css
<style>
span { border-color: #815557; }
span { border-color: rgb(129,85,87); }
td.TdClassName
{
border-color: #815557;
}
.TagClassName
{
border-color: #815557;
}
</style>