Shades of Solid Pink #824850
Tints of Solid Pink #824850
RGB
CMYK
RGB Variations
Color information
#824850 (or 0x824850) is known color: Solid Pink. HEX triplet: 82, 48 and 50. RGB value is (130,72,80). Sum of RGB (Red+Green+Blue) = 130+72+80=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #824850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824850 is #7DB7AF. Grayscale: #5A5A5A. Windows color (decimal): -8239024 or 5261442. OLE color: 5261442.
HSL color Cylindrical-coordinate representation of color #824850: hue angle of 351.72º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824850 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 80 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.49 |
| HSL | 351.72º | 0.29% | 0.4% | - |
| HSV(B) | 351.72º | 0.45% | 0.51% | - |
| XYZ | 12.97 | 9.96 | 8.83 | - |
| YUV | 90.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 80 | 0 | 0.45 | 0.38 | 0.49 | 351.72 | 0.29 | 0.4 |
| Hex | 82 | 48 | 50 | 0 | 2D | 26 | 31 | 160 | 1D | 28 |
| Octal | 202 | 110 | 120 | 0 | 55 | 46 | 61 | 540 | 35 | 50 |
| Binary | 10000010 | 1001000 | 1010000 | 0 | 101101 | 100110 | 110001 | 101100000 | 11101 | 101000 |
Color Harmonies of #824850
Complementary color
Monochromatic Colors of #824850
Black with #824850
Text Example
Text Example
White with #824850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824850; }
p { color: rgb(130,72,80); }
H1.HeaderClassName
{
color: #824850;
}
.AnyTagClassName
{
color: #824850;
}
</style>
background-color css
<style>
a { background-color: #824850; }
a { background-color: rgb(130,72,80); }
div.DivClassName
{
background-color: #824850;
}
.BgClassName
{
background-color: #824850;
}
</style>
border-color css
<style>
span { border-color: #824850; }
span { border-color: rgb(130,72,80); }
td.TdClassName
{
border-color: #824850;
}
.TagClassName
{
border-color: #824850;
}
</style>