Shades of Solid Pink #865758
Tints of Solid Pink #865758
RGB
CMYK
RGB Variations
Color information
#865758 (or 0x865758) is known color: Solid Pink. HEX triplet: 86, 57 and 58. RGB value is (134,87,88). Sum of RGB (Red+Green+Blue) = 134+87+88=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #865758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865758 is #79A8A7. Grayscale: #656565. Windows color (decimal): -7973032 or 5789574. OLE color: 5789574.
HSL color Cylindrical-coordinate representation of color #865758: hue angle of 358.72º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865758 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 88 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.47 |
| HSL | 358.72º | 0.21% | 0.43% | - |
| HSV(B) | 358.72º | 0.35% | 0.53% | - |
| XYZ | 15 | 12.59 | 10.87 | - |
| YUV | 101.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 88 | 0 | 0.35 | 0.34 | 0.47 | 358.72 | 0.21 | 0.43 |
| Hex | 86 | 57 | 58 | 0 | 23 | 22 | 2F | 167 | 15 | 2B |
| Octal | 206 | 127 | 130 | 0 | 43 | 42 | 57 | 547 | 25 | 53 |
| Binary | 10000110 | 1010111 | 1011000 | 0 | 100011 | 100010 | 101111 | 101100111 | 10101 | 101011 |
Color Harmonies of #865758
Complementary color
Monochromatic Colors of #865758
Black with #865758
Text Example
Text Example
White with #865758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865758; }
p { color: rgb(134,87,88); }
H1.HeaderClassName
{
color: #865758;
}
.AnyTagClassName
{
color: #865758;
}
</style>
background-color css
<style>
a { background-color: #865758; }
a { background-color: rgb(134,87,88); }
div.DivClassName
{
background-color: #865758;
}
.BgClassName
{
background-color: #865758;
}
</style>
border-color css
<style>
span { border-color: #865758; }
span { border-color: rgb(134,87,88); }
td.TdClassName
{
border-color: #865758;
}
.TagClassName
{
border-color: #865758;
}
</style>