Shades of Solid Pink #824E50
Tints of Solid Pink #824E50
RGB
CMYK
RGB Variations
Color information
#824E50 (or 0x824E50) is known color: Solid Pink. HEX triplet: 82, 4E and 50. RGB value is (130,78,80). Sum of RGB (Red+Green+Blue) = 130+78+80=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #824E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E50 is #7DB1AF. Grayscale: #5D5D5D. Windows color (decimal): -8237488 or 5262978. OLE color: 5262978.
HSL color Cylindrical-coordinate representation of color #824E50: hue angle of 357.69º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E50 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 80 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.49 |
| HSL | 357.69º | 0.25% | 0.41% | - |
| HSV(B) | 357.69º | 0.4% | 0.51% | - |
| XYZ | 13.38 | 10.77 | 8.96 | - |
| YUV | 93.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 80 | 0 | 0.40 | 0.38 | 0.49 | 357.69 | 0.25 | 0.41 |
| Hex | 82 | 4E | 50 | 0 | 28 | 26 | 31 | 166 | 19 | 29 |
| Octal | 202 | 116 | 120 | 0 | 50 | 46 | 61 | 546 | 31 | 51 |
| Binary | 10000010 | 1001110 | 1010000 | 0 | 101000 | 100110 | 110001 | 101100110 | 11001 | 101001 |
Color Harmonies of #824E50
Complementary color
Monochromatic Colors of #824E50
Black with #824E50
Text Example
Text Example
White with #824E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E50; }
p { color: rgb(130,78,80); }
H1.HeaderClassName
{
color: #824E50;
}
.AnyTagClassName
{
color: #824E50;
}
</style>
background-color css
<style>
a { background-color: #824E50; }
a { background-color: rgb(130,78,80); }
div.DivClassName
{
background-color: #824E50;
}
.BgClassName
{
background-color: #824E50;
}
</style>
border-color css
<style>
span { border-color: #824E50; }
span { border-color: rgb(130,78,80); }
td.TdClassName
{
border-color: #824E50;
}
.TagClassName
{
border-color: #824E50;
}
</style>