Shades of Solid Pink #865153
Tints of Solid Pink #865153
RGB
CMYK
RGB Variations
Color information
#865153 (or 0x865153) is known color: Solid Pink. HEX triplet: 86, 51 and 53. RGB value is (134,81,83). Sum of RGB (Red+Green+Blue) = 134+81+83=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #865153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865153 is #79AEAC. Grayscale: #616161. Windows color (decimal): -7974573 or 5460358. OLE color: 5460358.
HSL color Cylindrical-coordinate representation of color #865153: hue angle of 357.74º 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 #865153 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 83 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.47 |
| HSL | 357.74º | 0.25% | 0.42% | - |
| HSV(B) | 357.74º | 0.4% | 0.53% | - |
| XYZ | 14.34 | 11.58 | 9.66 | - |
| YUV | 97.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 83 | 0 | 0.40 | 0.38 | 0.47 | 357.74 | 0.25 | 0.42 |
| Hex | 86 | 51 | 53 | 0 | 28 | 26 | 2F | 166 | 19 | 2A |
| Octal | 206 | 121 | 123 | 0 | 50 | 46 | 57 | 546 | 31 | 52 |
| Binary | 10000110 | 1010001 | 1010011 | 0 | 101000 | 100110 | 101111 | 101100110 | 11001 | 101010 |
Color Harmonies of #865153
Complementary color
Monochromatic Colors of #865153
Black with #865153
Text Example
Text Example
White with #865153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865153; }
p { color: rgb(134,81,83); }
H1.HeaderClassName
{
color: #865153;
}
.AnyTagClassName
{
color: #865153;
}
</style>
background-color css
<style>
a { background-color: #865153; }
a { background-color: rgb(134,81,83); }
div.DivClassName
{
background-color: #865153;
}
.BgClassName
{
background-color: #865153;
}
</style>
border-color css
<style>
span { border-color: #865153; }
span { border-color: rgb(134,81,83); }
td.TdClassName
{
border-color: #865153;
}
.TagClassName
{
border-color: #865153;
}
</style>