Shades of Solid Pink #864D4E
Tints of Solid Pink #864D4E
RGB
CMYK
RGB Variations
Color information
#864D4E (or 0x864D4E) is known color: Solid Pink. HEX triplet: 86, 4D and 4E. RGB value is (134,77,78). Sum of RGB (Red+Green+Blue) = 134+77+78=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #864D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D4E is #79B2B1. Grayscale: #5E5E5E. Windows color (decimal): -7975602 or 5131654. OLE color: 5131654.
HSL color Cylindrical-coordinate representation of color #864D4E: hue angle of 358.95º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864D4E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 78 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.47 |
| HSL | 358.95º | 0.27% | 0.41% | - |
| HSV(B) | 358.95º | 0.43% | 0.53% | - |
| XYZ | 13.86 | 10.93 | 8.59 | - |
| YUV | 94.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 78 | 0 | 0.43 | 0.42 | 0.47 | 358.95 | 0.27 | 0.41 |
| Hex | 86 | 4D | 4E | 0 | 2B | 2A | 2F | 167 | 1B | 29 |
| Octal | 206 | 115 | 116 | 0 | 53 | 52 | 57 | 547 | 33 | 51 |
| Binary | 10000110 | 1001101 | 1001110 | 0 | 101011 | 101010 | 101111 | 101100111 | 11011 | 101001 |
Color Harmonies of #864D4E
Complementary color
Monochromatic Colors of #864D4E
Black with #864D4E
Text Example
Text Example
White with #864D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D4E; }
p { color: rgb(134,77,78); }
H1.HeaderClassName
{
color: #864D4E;
}
.AnyTagClassName
{
color: #864D4E;
}
</style>
background-color css
<style>
a { background-color: #864D4E; }
a { background-color: rgb(134,77,78); }
div.DivClassName
{
background-color: #864D4E;
}
.BgClassName
{
background-color: #864D4E;
}
</style>
border-color css
<style>
span { border-color: #864D4E; }
span { border-color: rgb(134,77,78); }
td.TdClassName
{
border-color: #864D4E;
}
.TagClassName
{
border-color: #864D4E;
}
</style>