Shades of Solid Pink #865055
Tints of Solid Pink #865055
RGB
CMYK
RGB Variations
Color information
#865055 (or 0x865055) is known color: Solid Pink. HEX triplet: 86, 50 and 55. RGB value is (134,80,85). Sum of RGB (Red+Green+Blue) = 134+80+85=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865055 is #79AFAA. Grayscale: #606060. Windows color (decimal): -7974827 or 5591174. OLE color: 5591174.
HSL color Cylindrical-coordinate representation of color #865055: hue angle of 354.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865055 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 85 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.47 |
| HSL | 354.44º | 0.25% | 0.42% | - |
| HSV(B) | 354.44º | 0.4% | 0.53% | - |
| XYZ | 14.34 | 11.46 | 10.05 | - |
| YUV | 96.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 85 | 0 | 0.40 | 0.37 | 0.47 | 354.44 | 0.25 | 0.42 |
| Hex | 86 | 50 | 55 | 0 | 28 | 25 | 2F | 162 | 19 | 2A |
| Octal | 206 | 120 | 125 | 0 | 50 | 45 | 57 | 542 | 31 | 52 |
| Binary | 10000110 | 1010000 | 1010101 | 0 | 101000 | 100101 | 101111 | 101100010 | 11001 | 101010 |
Color Harmonies of #865055
Complementary color
Monochromatic Colors of #865055
Black with #865055
Text Example
Text Example
White with #865055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865055; }
p { color: rgb(134,80,85); }
H1.HeaderClassName
{
color: #865055;
}
.AnyTagClassName
{
color: #865055;
}
</style>
background-color css
<style>
a { background-color: #865055; }
a { background-color: rgb(134,80,85); }
div.DivClassName
{
background-color: #865055;
}
.BgClassName
{
background-color: #865055;
}
</style>
border-color css
<style>
span { border-color: #865055; }
span { border-color: rgb(134,80,85); }
td.TdClassName
{
border-color: #865055;
}
.TagClassName
{
border-color: #865055;
}
</style>