Shades of Solid Pink #824751
Tints of Solid Pink #824751
RGB
CMYK
RGB Variations
Color information
#824751 (or 0x824751) is known color: Solid Pink. HEX triplet: 82, 47 and 51. RGB value is (130,71,81). Sum of RGB (Red+Green+Blue) = 130+71+81=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824751 is #7DB8AE. Grayscale: #595959. Windows color (decimal): -8239279 or 5326722. OLE color: 5326722.
HSL color Cylindrical-coordinate representation of color #824751: hue angle of 349.83º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824751 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 81 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.49 |
| HSL | 349.83º | 0.29% | 0.39% | - |
| HSV(B) | 349.83º | 0.45% | 0.51% | - |
| XYZ | 12.94 | 9.85 | 9 | - |
| YUV | 89.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 81 | 0 | 0.45 | 0.38 | 0.49 | 349.83 | 0.29 | 0.39 |
| Hex | 82 | 47 | 51 | 0 | 2D | 26 | 31 | 15E | 1D | 27 |
| Octal | 202 | 107 | 121 | 0 | 55 | 46 | 61 | 536 | 35 | 47 |
| Binary | 10000010 | 1000111 | 1010001 | 0 | 101101 | 100110 | 110001 | 101011110 | 11101 | 100111 |
Color Harmonies of #824751
Complementary color
Monochromatic Colors of #824751
Black with #824751
Text Example
Text Example
White with #824751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824751; }
p { color: rgb(130,71,81); }
H1.HeaderClassName
{
color: #824751;
}
.AnyTagClassName
{
color: #824751;
}
</style>
background-color css
<style>
a { background-color: #824751; }
a { background-color: rgb(130,71,81); }
div.DivClassName
{
background-color: #824751;
}
.BgClassName
{
background-color: #824751;
}
</style>
border-color css
<style>
span { border-color: #824751; }
span { border-color: rgb(130,71,81); }
td.TdClassName
{
border-color: #824751;
}
.TagClassName
{
border-color: #824751;
}
</style>