Shades of Solid Pink #865253
Tints of Solid Pink #865253
RGB
CMYK
RGB Variations
Color information
#865253 (or 0x865253) is known color: Solid Pink. HEX triplet: 86, 52 and 53. RGB value is (134,82,83). Sum of RGB (Red+Green+Blue) = 134+82+83=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865253 is #79ADAC. Grayscale: #616161. Windows color (decimal): -7974317 or 5460614. OLE color: 5460614.
HSL color Cylindrical-coordinate representation of color #865253: hue angle of 358.85º 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 #865253 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 83 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.47 |
| HSL | 358.85º | 0.24% | 0.42% | - |
| HSV(B) | 358.85º | 0.39% | 0.53% | - |
| XYZ | 14.41 | 11.73 | 9.69 | - |
| YUV | 97.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 83 | 0 | 0.39 | 0.38 | 0.47 | 358.85 | 0.24 | 0.42 |
| Hex | 86 | 52 | 53 | 0 | 27 | 26 | 2F | 167 | 18 | 2A |
| Octal | 206 | 122 | 123 | 0 | 47 | 46 | 57 | 547 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1010011 | 0 | 100111 | 100110 | 101111 | 101100111 | 11000 | 101010 |
Color Harmonies of #865253
Complementary color
Monochromatic Colors of #865253
Black with #865253
Text Example
Text Example
White with #865253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865253; }
p { color: rgb(134,82,83); }
H1.HeaderClassName
{
color: #865253;
}
.AnyTagClassName
{
color: #865253;
}
</style>
background-color css
<style>
a { background-color: #865253; }
a { background-color: rgb(134,82,83); }
div.DivClassName
{
background-color: #865253;
}
.BgClassName
{
background-color: #865253;
}
</style>
border-color css
<style>
span { border-color: #865253; }
span { border-color: rgb(134,82,83); }
td.TdClassName
{
border-color: #865253;
}
.TagClassName
{
border-color: #865253;
}
</style>