Shades of Solid Pink #865558
Tints of Solid Pink #865558
RGB
CMYK
RGB Variations
Color information
#865558 (or 0x865558) is known color: Solid Pink. HEX triplet: 86, 55 and 58. RGB value is (134,85,88). Sum of RGB (Red+Green+Blue) = 134+85+88=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #865558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865558 is #79AAA7. Grayscale: #646464. Windows color (decimal): -7973544 or 5789062. OLE color: 5789062.
HSL color Cylindrical-coordinate representation of color #865558: hue angle of 356.33º 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 #865558 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 88 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.47 |
| HSL | 356.33º | 0.22% | 0.43% | - |
| HSV(B) | 356.33º | 0.37% | 0.53% | - |
| XYZ | 14.84 | 12.27 | 10.82 | - |
| YUV | 99.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 88 | 0 | 0.37 | 0.34 | 0.47 | 356.33 | 0.22 | 0.43 |
| Hex | 86 | 55 | 58 | 0 | 25 | 22 | 2F | 164 | 16 | 2B |
| Octal | 206 | 125 | 130 | 0 | 45 | 42 | 57 | 544 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1011000 | 0 | 100101 | 100010 | 101111 | 101100100 | 10110 | 101011 |
Color Harmonies of #865558
Complementary color
Monochromatic Colors of #865558
Black with #865558
Text Example
Text Example
White with #865558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865558; }
p { color: rgb(134,85,88); }
H1.HeaderClassName
{
color: #865558;
}
.AnyTagClassName
{
color: #865558;
}
</style>
background-color css
<style>
a { background-color: #865558; }
a { background-color: rgb(134,85,88); }
div.DivClassName
{
background-color: #865558;
}
.BgClassName
{
background-color: #865558;
}
</style>
border-color css
<style>
span { border-color: #865558; }
span { border-color: rgb(134,85,88); }
td.TdClassName
{
border-color: #865558;
}
.TagClassName
{
border-color: #865558;
}
</style>