Shades of Solid Pink #865056
Tints of Solid Pink #865056
RGB
CMYK
RGB Variations
Color information
#865056 (or 0x865056) is known color: Solid Pink. HEX triplet: 86, 50 and 56. RGB value is (134,80,86). Sum of RGB (Red+Green+Blue) = 134+80+86=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #865056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865056 is #79AFA9. Grayscale: #606060. Windows color (decimal): -7974826 or 5656710. OLE color: 5656710.
HSL color Cylindrical-coordinate representation of color #865056: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865056 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 86 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.47 |
| HSL | 353.33º | 0.25% | 0.42% | - |
| HSV(B) | 353.33º | 0.4% | 0.53% | - |
| XYZ | 14.38 | 11.48 | 10.26 | - |
| YUV | 96.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 86 | 0 | 0.40 | 0.36 | 0.47 | 353.33 | 0.25 | 0.42 |
| Hex | 86 | 50 | 56 | 0 | 28 | 24 | 2F | 161 | 19 | 2A |
| Octal | 206 | 120 | 126 | 0 | 50 | 44 | 57 | 541 | 31 | 52 |
| Binary | 10000110 | 1010000 | 1010110 | 0 | 101000 | 100100 | 101111 | 101100001 | 11001 | 101010 |
Color Harmonies of #865056
Complementary color
Monochromatic Colors of #865056
Black with #865056
Text Example
Text Example
White with #865056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865056; }
p { color: rgb(134,80,86); }
H1.HeaderClassName
{
color: #865056;
}
.AnyTagClassName
{
color: #865056;
}
</style>
background-color css
<style>
a { background-color: #865056; }
a { background-color: rgb(134,80,86); }
div.DivClassName
{
background-color: #865056;
}
.BgClassName
{
background-color: #865056;
}
</style>
border-color css
<style>
span { border-color: #865056; }
span { border-color: rgb(134,80,86); }
td.TdClassName
{
border-color: #865056;
}
.TagClassName
{
border-color: #865056;
}
</style>