Shades of Solid Pink #865157
Tints of Solid Pink #865157
RGB
CMYK
RGB Variations
Color information
#865157 (or 0x865157) is known color: Solid Pink. HEX triplet: 86, 51 and 57. RGB value is (134,81,87). Sum of RGB (Red+Green+Blue) = 134+81+87=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #865157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865157 is #79AEA8. Grayscale: #616161. Windows color (decimal): -7974569 or 5722502. OLE color: 5722502.
HSL color Cylindrical-coordinate representation of color #865157: hue angle of 353.21º 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 #865157 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 87 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.47 |
| HSL | 353.21º | 0.25% | 0.42% | - |
| HSV(B) | 353.21º | 0.4% | 0.53% | - |
| XYZ | 14.49 | 11.64 | 10.5 | - |
| YUV | 97.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 87 | 0 | 0.40 | 0.35 | 0.47 | 353.21 | 0.25 | 0.42 |
| Hex | 86 | 51 | 57 | 0 | 28 | 23 | 2F | 161 | 19 | 2A |
| Octal | 206 | 121 | 127 | 0 | 50 | 43 | 57 | 541 | 31 | 52 |
| Binary | 10000110 | 1010001 | 1010111 | 0 | 101000 | 100011 | 101111 | 101100001 | 11001 | 101010 |
Color Harmonies of #865157
Complementary color
Monochromatic Colors of #865157
Black with #865157
Text Example
Text Example
White with #865157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865157; }
p { color: rgb(134,81,87); }
H1.HeaderClassName
{
color: #865157;
}
.AnyTagClassName
{
color: #865157;
}
</style>
background-color css
<style>
a { background-color: #865157; }
a { background-color: rgb(134,81,87); }
div.DivClassName
{
background-color: #865157;
}
.BgClassName
{
background-color: #865157;
}
</style>
border-color css
<style>
span { border-color: #865157; }
span { border-color: rgb(134,81,87); }
td.TdClassName
{
border-color: #865157;
}
.TagClassName
{
border-color: #865157;
}
</style>