Shades of Solid Pink #865559
Tints of Solid Pink #865559
RGB
CMYK
RGB Variations
Color information
#865559 (or 0x865559) is known color: Solid Pink. HEX triplet: 86, 55 and 59. RGB value is (134,85,89). Sum of RGB (Red+Green+Blue) = 134+85+89=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #865559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865559 is #79AAA6. Grayscale: #646464. Windows color (decimal): -7973543 or 5854598. OLE color: 5854598.
HSL color Cylindrical-coordinate representation of color #865559: hue angle of 355.1º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865559 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 89 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.47 |
| HSL | 355.1º | 0.22% | 0.43% | - |
| HSV(B) | 355.1º | 0.37% | 0.53% | - |
| XYZ | 14.88 | 12.29 | 11.04 | - |
| YUV | 100.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 89 | 0 | 0.37 | 0.34 | 0.47 | 355.1 | 0.22 | 0.43 |
| Hex | 86 | 55 | 59 | 0 | 25 | 22 | 2F | 163 | 16 | 2B |
| Octal | 206 | 125 | 131 | 0 | 45 | 42 | 57 | 543 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1011001 | 0 | 100101 | 100010 | 101111 | 101100011 | 10110 | 101011 |
Color Harmonies of #865559
Complementary color
Monochromatic Colors of #865559
Black with #865559
Text Example
Text Example
White with #865559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865559; }
p { color: rgb(134,85,89); }
H1.HeaderClassName
{
color: #865559;
}
.AnyTagClassName
{
color: #865559;
}
</style>
background-color css
<style>
a { background-color: #865559; }
a { background-color: rgb(134,85,89); }
div.DivClassName
{
background-color: #865559;
}
.BgClassName
{
background-color: #865559;
}
</style>
border-color css
<style>
span { border-color: #865559; }
span { border-color: rgb(134,85,89); }
td.TdClassName
{
border-color: #865559;
}
.TagClassName
{
border-color: #865559;
}
</style>