Shades of Solid Pink #865557
Tints of Solid Pink #865557
RGB
CMYK
RGB Variations
Color information
#865557 (or 0x865557) is known color: Solid Pink. HEX triplet: 86, 55 and 57. RGB value is (134,85,87). Sum of RGB (Red+Green+Blue) = 134+85+87=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #865557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865557 is #79AAA8. Grayscale: #636363. Windows color (decimal): -7973545 or 5723526. OLE color: 5723526.
HSL color Cylindrical-coordinate representation of color #865557: hue angle of 357.55º 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 #865557 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 87 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.47 |
| HSL | 357.55º | 0.22% | 0.43% | - |
| HSV(B) | 357.55º | 0.37% | 0.53% | - |
| XYZ | 14.8 | 12.25 | 10.6 | - |
| YUV | 99.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 87 | 0 | 0.37 | 0.35 | 0.47 | 357.55 | 0.22 | 0.43 |
| Hex | 86 | 55 | 57 | 0 | 25 | 23 | 2F | 166 | 16 | 2B |
| Octal | 206 | 125 | 127 | 0 | 45 | 43 | 57 | 546 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1010111 | 0 | 100101 | 100011 | 101111 | 101100110 | 10110 | 101011 |
Color Harmonies of #865557
Complementary color
Monochromatic Colors of #865557
Black with #865557
Text Example
Text Example
White with #865557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865557; }
p { color: rgb(134,85,87); }
H1.HeaderClassName
{
color: #865557;
}
.AnyTagClassName
{
color: #865557;
}
</style>
background-color css
<style>
a { background-color: #865557; }
a { background-color: rgb(134,85,87); }
div.DivClassName
{
background-color: #865557;
}
.BgClassName
{
background-color: #865557;
}
</style>
border-color css
<style>
span { border-color: #865557; }
span { border-color: rgb(134,85,87); }
td.TdClassName
{
border-color: #865557;
}
.TagClassName
{
border-color: #865557;
}
</style>