Shades of Solid Pink #865057
Tints of Solid Pink #865057
RGB
CMYK
RGB Variations
Color information
#865057 (or 0x865057) is known color: Solid Pink. HEX triplet: 86, 50 and 57. RGB value is (134,80,87). Sum of RGB (Red+Green+Blue) = 134+80+87=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #865057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865057 is #79AFA8. Grayscale: #606060. Windows color (decimal): -7974825 or 5722246. OLE color: 5722246.
HSL color Cylindrical-coordinate representation of color #865057: hue angle of 352.22º 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 #865057 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 87 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.47 |
| HSL | 352.22º | 0.25% | 0.42% | - |
| HSV(B) | 352.22º | 0.4% | 0.53% | - |
| XYZ | 14.42 | 11.49 | 10.48 | - |
| YUV | 96.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 87 | 0 | 0.40 | 0.35 | 0.47 | 352.22 | 0.25 | 0.42 |
| Hex | 86 | 50 | 57 | 0 | 28 | 23 | 2F | 160 | 19 | 2A |
| Octal | 206 | 120 | 127 | 0 | 50 | 43 | 57 | 540 | 31 | 52 |
| Binary | 10000110 | 1010000 | 1010111 | 0 | 101000 | 100011 | 101111 | 101100000 | 11001 | 101010 |
Color Harmonies of #865057
Complementary color
Monochromatic Colors of #865057
Black with #865057
Text Example
Text Example
White with #865057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865057; }
p { color: rgb(134,80,87); }
H1.HeaderClassName
{
color: #865057;
}
.AnyTagClassName
{
color: #865057;
}
</style>
background-color css
<style>
a { background-color: #865057; }
a { background-color: rgb(134,80,87); }
div.DivClassName
{
background-color: #865057;
}
.BgClassName
{
background-color: #865057;
}
</style>
border-color css
<style>
span { border-color: #865057; }
span { border-color: rgb(134,80,87); }
td.TdClassName
{
border-color: #865057;
}
.TagClassName
{
border-color: #865057;
}
</style>