Shades of Solid Pink #865051
Tints of Solid Pink #865051
RGB
CMYK
RGB Variations
Color information
#865051 (or 0x865051) is known color: Solid Pink. HEX triplet: 86, 50 and 51. RGB value is (134,80,81). Sum of RGB (Red+Green+Blue) = 134+80+81=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #865051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865051 is #79AFAE. Grayscale: #606060. Windows color (decimal): -7974831 or 5329030. OLE color: 5329030.
HSL color Cylindrical-coordinate representation of color #865051: hue angle of 358.89º 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 #865051 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 81 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.47 |
| HSL | 358.89º | 0.25% | 0.42% | - |
| HSV(B) | 358.89º | 0.4% | 0.53% | - |
| XYZ | 14.19 | 11.4 | 9.24 | - |
| YUV | 96.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 81 | 0 | 0.40 | 0.40 | 0.47 | 358.89 | 0.25 | 0.42 |
| Hex | 86 | 50 | 51 | 0 | 28 | 28 | 2F | 167 | 19 | 2A |
| Octal | 206 | 120 | 121 | 0 | 50 | 50 | 57 | 547 | 31 | 52 |
| Binary | 10000110 | 1010000 | 1010001 | 0 | 101000 | 101000 | 101111 | 101100111 | 11001 | 101010 |
Color Harmonies of #865051
Complementary color
Monochromatic Colors of #865051
Black with #865051
Text Example
Text Example
White with #865051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865051; }
p { color: rgb(134,80,81); }
H1.HeaderClassName
{
color: #865051;
}
.AnyTagClassName
{
color: #865051;
}
</style>
background-color css
<style>
a { background-color: #865051; }
a { background-color: rgb(134,80,81); }
div.DivClassName
{
background-color: #865051;
}
.BgClassName
{
background-color: #865051;
}
</style>
border-color css
<style>
span { border-color: #865051; }
span { border-color: rgb(134,80,81); }
td.TdClassName
{
border-color: #865051;
}
.TagClassName
{
border-color: #865051;
}
</style>