Shades of Solid Pink #86585A
Tints of Solid Pink #86585A
RGB
CMYK
RGB Variations
Color information
#86585A (or 0x86585A) is known color: Solid Pink. HEX triplet: 86, 58 and 5A. RGB value is (134,88,90). Sum of RGB (Red+Green+Blue) = 134+88+90=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86585A is #79A7A5. Grayscale: #666666. Windows color (decimal): -7972774 or 5920902. OLE color: 5920902.
HSL color Cylindrical-coordinate representation of color #86585A: hue angle of 357.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86585A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 90 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.47 |
| HSL | 357.39º | 0.21% | 0.44% | - |
| HSV(B) | 357.39º | 0.34% | 0.53% | - |
| XYZ | 15.17 | 12.79 | 11.34 | - |
| YUV | 101.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 90 | 0 | 0.34 | 0.33 | 0.47 | 357.39 | 0.21 | 0.44 |
| Hex | 86 | 58 | 5A | 0 | 22 | 21 | 2F | 165 | 15 | 2C |
| Octal | 206 | 130 | 132 | 0 | 42 | 41 | 57 | 545 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1011010 | 0 | 100010 | 100001 | 101111 | 101100101 | 10101 | 101100 |
Color Harmonies of #86585A
Complementary color
Monochromatic Colors of #86585A
Black with #86585A
Text Example
Text Example
White with #86585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86585A; }
p { color: rgb(134,88,90); }
H1.HeaderClassName
{
color: #86585A;
}
.AnyTagClassName
{
color: #86585A;
}
</style>
background-color css
<style>
a { background-color: #86585A; }
a { background-color: rgb(134,88,90); }
div.DivClassName
{
background-color: #86585A;
}
.BgClassName
{
background-color: #86585A;
}
</style>
border-color css
<style>
span { border-color: #86585A; }
span { border-color: rgb(134,88,90); }
td.TdClassName
{
border-color: #86585A;
}
.TagClassName
{
border-color: #86585A;
}
</style>