Shades of Solid Pink #865256
Tints of Solid Pink #865256
RGB
CMYK
RGB Variations
Color information
#865256 (or 0x865256) is known color: Solid Pink. HEX triplet: 86, 52 and 56. RGB value is (134,82,86). Sum of RGB (Red+Green+Blue) = 134+82+86=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #865256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865256 is #79ADA9. Grayscale: #626262. Windows color (decimal): -7974314 or 5657222. OLE color: 5657222.
HSL color Cylindrical-coordinate representation of color #865256: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865256 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 86 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.47 |
| HSL | 355.38º | 0.24% | 0.42% | - |
| HSV(B) | 355.38º | 0.39% | 0.53% | - |
| XYZ | 14.53 | 11.77 | 10.31 | - |
| YUV | 98 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 86 | 0 | 0.39 | 0.36 | 0.47 | 355.38 | 0.24 | 0.42 |
| Hex | 86 | 52 | 56 | 0 | 27 | 24 | 2F | 163 | 18 | 2A |
| Octal | 206 | 122 | 126 | 0 | 47 | 44 | 57 | 543 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1010110 | 0 | 100111 | 100100 | 101111 | 101100011 | 11000 | 101010 |
Color Harmonies of #865256
Complementary color
Monochromatic Colors of #865256
Black with #865256
Text Example
Text Example
White with #865256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865256; }
p { color: rgb(134,82,86); }
H1.HeaderClassName
{
color: #865256;
}
.AnyTagClassName
{
color: #865256;
}
</style>
background-color css
<style>
a { background-color: #865256; }
a { background-color: rgb(134,82,86); }
div.DivClassName
{
background-color: #865256;
}
.BgClassName
{
background-color: #865256;
}
</style>
border-color css
<style>
span { border-color: #865256; }
span { border-color: rgb(134,82,86); }
td.TdClassName
{
border-color: #865256;
}
.TagClassName
{
border-color: #865256;
}
</style>