Shades of Solid Pink #824D50
Tints of Solid Pink #824D50
RGB
CMYK
RGB Variations
Color information
#824D50 (or 0x824D50) is known color: Solid Pink. HEX triplet: 82, 4D and 50. RGB value is (130,77,80). Sum of RGB (Red+Green+Blue) = 130+77+80=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #824D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D50 is #7DB2AF. Grayscale: #5D5D5D. Windows color (decimal): -8237744 or 5262722. OLE color: 5262722.
HSL color Cylindrical-coordinate representation of color #824D50: hue angle of 356.6º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #824D50 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 80 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.49 |
| HSL | 356.6º | 0.26% | 0.41% | - |
| HSV(B) | 356.6º | 0.41% | 0.51% | - |
| XYZ | 13.31 | 10.63 | 8.94 | - |
| YUV | 93.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 80 | 0 | 0.41 | 0.38 | 0.49 | 356.6 | 0.26 | 0.41 |
| Hex | 82 | 4D | 50 | 0 | 29 | 26 | 31 | 165 | 1A | 29 |
| Octal | 202 | 115 | 120 | 0 | 51 | 46 | 61 | 545 | 32 | 51 |
| Binary | 10000010 | 1001101 | 1010000 | 0 | 101001 | 100110 | 110001 | 101100101 | 11010 | 101001 |
Color Harmonies of #824D50
Complementary color
Monochromatic Colors of #824D50
Black with #824D50
Text Example
Text Example
White with #824D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D50; }
p { color: rgb(130,77,80); }
H1.HeaderClassName
{
color: #824D50;
}
.AnyTagClassName
{
color: #824D50;
}
</style>
background-color css
<style>
a { background-color: #824D50; }
a { background-color: rgb(130,77,80); }
div.DivClassName
{
background-color: #824D50;
}
.BgClassName
{
background-color: #824D50;
}
</style>
border-color css
<style>
span { border-color: #824D50; }
span { border-color: rgb(130,77,80); }
td.TdClassName
{
border-color: #824D50;
}
.TagClassName
{
border-color: #824D50;
}
</style>