Shades of Solid Pink #864E55
Tints of Solid Pink #864E55
RGB
CMYK
RGB Variations
Color information
#864E55 (or 0x864E55) is known color: Solid Pink. HEX triplet: 86, 4E and 55. RGB value is (134,78,85). Sum of RGB (Red+Green+Blue) = 134+78+85=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #864E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E55 is #79B1AA. Grayscale: #5F5F5F. Windows color (decimal): -7975339 or 5590662. OLE color: 5590662.
HSL color Cylindrical-coordinate representation of color #864E55: hue angle of 352.5º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E55 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 85 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.47 |
| HSL | 352.5º | 0.26% | 0.42% | - |
| HSV(B) | 352.5º | 0.42% | 0.53% | - |
| XYZ | 14.2 | 11.17 | 10 | - |
| YUV | 95.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 85 | 0 | 0.42 | 0.37 | 0.47 | 352.5 | 0.26 | 0.42 |
| Hex | 86 | 4E | 55 | 0 | 2A | 25 | 2F | 160 | 1A | 2A |
| Octal | 206 | 116 | 125 | 0 | 52 | 45 | 57 | 540 | 32 | 52 |
| Binary | 10000110 | 1001110 | 1010101 | 0 | 101010 | 100101 | 101111 | 101100000 | 11010 | 101010 |
Color Harmonies of #864E55
Complementary color
Monochromatic Colors of #864E55
Black with #864E55
Text Example
Text Example
White with #864E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E55; }
p { color: rgb(134,78,85); }
H1.HeaderClassName
{
color: #864E55;
}
.AnyTagClassName
{
color: #864E55;
}
</style>
background-color css
<style>
a { background-color: #864E55; }
a { background-color: rgb(134,78,85); }
div.DivClassName
{
background-color: #864E55;
}
.BgClassName
{
background-color: #864E55;
}
</style>
border-color css
<style>
span { border-color: #864E55; }
span { border-color: rgb(134,78,85); }
td.TdClassName
{
border-color: #864E55;
}
.TagClassName
{
border-color: #864E55;
}
</style>