Shades of Solid Pink #864A57
Tints of Solid Pink #864A57
RGB
CMYK
RGB Variations
Color information
#864A57 (or 0x864A57) is known color: Solid Pink. HEX triplet: 86, 4A and 57. RGB value is (134,74,87). Sum of RGB (Red+Green+Blue) = 134+74+87=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #864A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864A57 is #79B5A8. Grayscale: #5D5D5D. Windows color (decimal): -7976361 or 5720710. OLE color: 5720710.
HSL color Cylindrical-coordinate representation of color #864A57: hue angle of 347º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #864A57 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 87 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.47 |
| HSL | 347º | 0.29% | 0.41% | - |
| HSV(B) | 347º | 0.45% | 0.53% | - |
| XYZ | 14 | 10.65 | 10.34 | - |
| YUV | 93.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 87 | 0 | 0.45 | 0.35 | 0.47 | 347 | 0.29 | 0.41 |
| Hex | 86 | 4A | 57 | 0 | 2D | 23 | 2F | 15B | 1D | 29 |
| Octal | 206 | 112 | 127 | 0 | 55 | 43 | 57 | 533 | 35 | 51 |
| Binary | 10000110 | 1001010 | 1010111 | 0 | 101101 | 100011 | 101111 | 101011011 | 11101 | 101001 |
Color Harmonies of #864A57
Complementary color
Monochromatic Colors of #864A57
Black with #864A57
Text Example
Text Example
White with #864A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A57; }
p { color: rgb(134,74,87); }
H1.HeaderClassName
{
color: #864A57;
}
.AnyTagClassName
{
color: #864A57;
}
</style>
background-color css
<style>
a { background-color: #864A57; }
a { background-color: rgb(134,74,87); }
div.DivClassName
{
background-color: #864A57;
}
.BgClassName
{
background-color: #864A57;
}
</style>
border-color css
<style>
span { border-color: #864A57; }
span { border-color: rgb(134,74,87); }
td.TdClassName
{
border-color: #864A57;
}
.TagClassName
{
border-color: #864A57;
}
</style>