Shades of Solid Pink #864D50
Tints of Solid Pink #864D50
RGB
CMYK
RGB Variations
Color information
#864D50 (or 0x864D50) is known color: Solid Pink. HEX triplet: 86, 4D and 50. RGB value is (134,77,80). Sum of RGB (Red+Green+Blue) = 134+77+80=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #864D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D50 is #79B2AF. Grayscale: #5E5E5E. Windows color (decimal): -7975600 or 5262726. OLE color: 5262726.
HSL color Cylindrical-coordinate representation of color #864D50: hue angle of 356.84º 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 #864D50 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 80 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.47 |
| HSL | 356.84º | 0.27% | 0.41% | - |
| HSV(B) | 356.84º | 0.43% | 0.53% | - |
| XYZ | 13.93 | 10.96 | 8.97 | - |
| YUV | 94.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 80 | 0 | 0.43 | 0.40 | 0.47 | 356.84 | 0.27 | 0.41 |
| Hex | 86 | 4D | 50 | 0 | 2B | 28 | 2F | 165 | 1B | 29 |
| Octal | 206 | 115 | 120 | 0 | 53 | 50 | 57 | 545 | 33 | 51 |
| Binary | 10000110 | 1001101 | 1010000 | 0 | 101011 | 101000 | 101111 | 101100101 | 11011 | 101001 |
Color Harmonies of #864D50
Complementary color
Monochromatic Colors of #864D50
Black with #864D50
Text Example
Text Example
White with #864D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D50; }
p { color: rgb(134,77,80); }
H1.HeaderClassName
{
color: #864D50;
}
.AnyTagClassName
{
color: #864D50;
}
</style>
background-color css
<style>
a { background-color: #864D50; }
a { background-color: rgb(134,77,80); }
div.DivClassName
{
background-color: #864D50;
}
.BgClassName
{
background-color: #864D50;
}
</style>
border-color css
<style>
span { border-color: #864D50; }
span { border-color: rgb(134,77,80); }
td.TdClassName
{
border-color: #864D50;
}
.TagClassName
{
border-color: #864D50;
}
</style>