Shades of Solid Pink #824E54
Tints of Solid Pink #824E54
RGB
CMYK
RGB Variations
Color information
#824E54 (or 0x824E54) is known color: Solid Pink. HEX triplet: 82, 4E and 54. RGB value is (130,78,84). Sum of RGB (Red+Green+Blue) = 130+78+84=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #824E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E54 is #7DB1AB. Grayscale: #5E5E5E. Windows color (decimal): -8237484 or 5525122. OLE color: 5525122.
HSL color Cylindrical-coordinate representation of color #824E54: hue angle of 353.08º 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 #824E54 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 84 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.49 |
| HSL | 353.08º | 0.25% | 0.41% | - |
| HSV(B) | 353.08º | 0.4% | 0.51% | - |
| XYZ | 13.53 | 10.83 | 9.77 | - |
| YUV | 94.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 84 | 0 | 0.40 | 0.35 | 0.49 | 353.08 | 0.25 | 0.41 |
| Hex | 82 | 4E | 54 | 0 | 28 | 23 | 31 | 161 | 19 | 29 |
| Octal | 202 | 116 | 124 | 0 | 50 | 43 | 61 | 541 | 31 | 51 |
| Binary | 10000010 | 1001110 | 1010100 | 0 | 101000 | 100011 | 110001 | 101100001 | 11001 | 101001 |
Color Harmonies of #824E54
Complementary color
Monochromatic Colors of #824E54
Black with #824E54
Text Example
Text Example
White with #824E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E54; }
p { color: rgb(130,78,84); }
H1.HeaderClassName
{
color: #824E54;
}
.AnyTagClassName
{
color: #824E54;
}
</style>
background-color css
<style>
a { background-color: #824E54; }
a { background-color: rgb(130,78,84); }
div.DivClassName
{
background-color: #824E54;
}
.BgClassName
{
background-color: #824E54;
}
</style>
border-color css
<style>
span { border-color: #824E54; }
span { border-color: rgb(130,78,84); }
td.TdClassName
{
border-color: #824E54;
}
.TagClassName
{
border-color: #824E54;
}
</style>