Shades of Solid Pink #865556
Tints of Solid Pink #865556
RGB
CMYK
RGB Variations
Color information
#865556 (or 0x865556) is known color: Solid Pink. HEX triplet: 86, 55 and 56. RGB value is (134,85,86). Sum of RGB (Red+Green+Blue) = 134+85+86=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #865556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865556 is #79AAA9. Grayscale: #636363. Windows color (decimal): -7973546 or 5657990. OLE color: 5657990.
HSL color Cylindrical-coordinate representation of color #865556: hue angle of 358.78º 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 #865556 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 86 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.47 |
| HSL | 358.78º | 0.22% | 0.43% | - |
| HSV(B) | 358.78º | 0.37% | 0.53% | - |
| XYZ | 14.76 | 12.24 | 10.39 | - |
| YUV | 99.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 86 | 0 | 0.37 | 0.36 | 0.47 | 358.78 | 0.22 | 0.43 |
| Hex | 86 | 55 | 56 | 0 | 25 | 24 | 2F | 167 | 16 | 2B |
| Octal | 206 | 125 | 126 | 0 | 45 | 44 | 57 | 547 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1010110 | 0 | 100101 | 100100 | 101111 | 101100111 | 10110 | 101011 |
Color Harmonies of #865556
Complementary color
Monochromatic Colors of #865556
Black with #865556
Text Example
Text Example
White with #865556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865556; }
p { color: rgb(134,85,86); }
H1.HeaderClassName
{
color: #865556;
}
.AnyTagClassName
{
color: #865556;
}
</style>
background-color css
<style>
a { background-color: #865556; }
a { background-color: rgb(134,85,86); }
div.DivClassName
{
background-color: #865556;
}
.BgClassName
{
background-color: #865556;
}
</style>
border-color css
<style>
span { border-color: #865556; }
span { border-color: rgb(134,85,86); }
td.TdClassName
{
border-color: #865556;
}
.TagClassName
{
border-color: #865556;
}
</style>