Shades of Solid Pink #86555B
Tints of Solid Pink #86555B
RGB
CMYK
RGB Variations
Color information
#86555B (or 0x86555B) is known color: Solid Pink. HEX triplet: 86, 55 and 5B. RGB value is (134,85,91). Sum of RGB (Red+Green+Blue) = 134+85+91=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86555B is #79AAA4. Grayscale: #646464. Windows color (decimal): -7973541 or 5985670. OLE color: 5985670.
HSL color Cylindrical-coordinate representation of color #86555B: hue angle of 352.65º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86555B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 91 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.47 |
| HSL | 352.65º | 0.22% | 0.43% | - |
| HSV(B) | 352.65º | 0.37% | 0.53% | - |
| XYZ | 14.97 | 12.32 | 11.49 | - |
| YUV | 100.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 91 | 0 | 0.37 | 0.32 | 0.47 | 352.65 | 0.22 | 0.43 |
| Hex | 86 | 55 | 5B | 0 | 25 | 20 | 2F | 161 | 16 | 2B |
| Octal | 206 | 125 | 133 | 0 | 45 | 40 | 57 | 541 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1011011 | 0 | 100101 | 100000 | 101111 | 101100001 | 10110 | 101011 |
Color Harmonies of #86555B
Complementary color
Monochromatic Colors of #86555B
Black with #86555B
Text Example
Text Example
White with #86555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86555B; }
p { color: rgb(134,85,91); }
H1.HeaderClassName
{
color: #86555B;
}
.AnyTagClassName
{
color: #86555B;
}
</style>
background-color css
<style>
a { background-color: #86555B; }
a { background-color: rgb(134,85,91); }
div.DivClassName
{
background-color: #86555B;
}
.BgClassName
{
background-color: #86555B;
}
</style>
border-color css
<style>
span { border-color: #86555B; }
span { border-color: rgb(134,85,91); }
td.TdClassName
{
border-color: #86555B;
}
.TagClassName
{
border-color: #86555B;
}
</style>