Shades of Solid Pink #865356
Tints of Solid Pink #865356
RGB
CMYK
RGB Variations
Color information
#865356 (or 0x865356) is known color: Solid Pink. HEX triplet: 86, 53 and 56. RGB value is (134,83,86). Sum of RGB (Red+Green+Blue) = 134+83+86=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #865356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865356 is #79ACA9. Grayscale: #626262. Windows color (decimal): -7974058 or 5657478. OLE color: 5657478.
HSL color Cylindrical-coordinate representation of color #865356: hue angle of 356.47º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865356 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 86 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.47 |
| HSL | 356.47º | 0.24% | 0.43% | - |
| HSV(B) | 356.47º | 0.38% | 0.53% | - |
| XYZ | 14.6 | 11.93 | 10.34 | - |
| YUV | 98.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 86 | 0 | 0.38 | 0.36 | 0.47 | 356.47 | 0.24 | 0.43 |
| Hex | 86 | 53 | 56 | 0 | 26 | 24 | 2F | 164 | 18 | 2B |
| Octal | 206 | 123 | 126 | 0 | 46 | 44 | 57 | 544 | 30 | 53 |
| Binary | 10000110 | 1010011 | 1010110 | 0 | 100110 | 100100 | 101111 | 101100100 | 11000 | 101011 |
Color Harmonies of #865356
Complementary color
Monochromatic Colors of #865356
Black with #865356
Text Example
Text Example
White with #865356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865356; }
p { color: rgb(134,83,86); }
H1.HeaderClassName
{
color: #865356;
}
.AnyTagClassName
{
color: #865356;
}
</style>
background-color css
<style>
a { background-color: #865356; }
a { background-color: rgb(134,83,86); }
div.DivClassName
{
background-color: #865356;
}
.BgClassName
{
background-color: #865356;
}
</style>
border-color css
<style>
span { border-color: #865356; }
span { border-color: rgb(134,83,86); }
td.TdClassName
{
border-color: #865356;
}
.TagClassName
{
border-color: #865356;
}
</style>