Shades of Solid Pink #865859
Tints of Solid Pink #865859
RGB
CMYK
RGB Variations
Color information
#865859 (or 0x865859) is known color: Solid Pink. HEX triplet: 86, 58 and 59. RGB value is (134,88,89). Sum of RGB (Red+Green+Blue) = 134+88+89=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #865859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865859 is #79A7A6. Grayscale: #656565. Windows color (decimal): -7972775 or 5855366. OLE color: 5855366.
HSL color Cylindrical-coordinate representation of color #865859: hue angle of 358.7º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865859 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 89 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.47 |
| HSL | 358.7º | 0.21% | 0.44% | - |
| HSV(B) | 358.7º | 0.34% | 0.53% | - |
| XYZ | 15.12 | 12.77 | 11.12 | - |
| YUV | 101.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 89 | 0 | 0.34 | 0.34 | 0.47 | 358.7 | 0.21 | 0.44 |
| Hex | 86 | 58 | 59 | 0 | 22 | 22 | 2F | 167 | 15 | 2C |
| Octal | 206 | 130 | 131 | 0 | 42 | 42 | 57 | 547 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1011001 | 0 | 100010 | 100010 | 101111 | 101100111 | 10101 | 101100 |
Color Harmonies of #865859
Complementary color
Monochromatic Colors of #865859
Black with #865859
Text Example
Text Example
White with #865859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865859; }
p { color: rgb(134,88,89); }
H1.HeaderClassName
{
color: #865859;
}
.AnyTagClassName
{
color: #865859;
}
</style>
background-color css
<style>
a { background-color: #865859; }
a { background-color: rgb(134,88,89); }
div.DivClassName
{
background-color: #865859;
}
.BgClassName
{
background-color: #865859;
}
</style>
border-color css
<style>
span { border-color: #865859; }
span { border-color: rgb(134,88,89); }
td.TdClassName
{
border-color: #865859;
}
.TagClassName
{
border-color: #865859;
}
</style>