Shades of Solid Pink #824A56
Tints of Solid Pink #824A56
RGB
CMYK
RGB Variations
Color information
#824A56 (or 0x824A56) is known color: Solid Pink. HEX triplet: 82, 4A and 56. RGB value is (130,74,86). Sum of RGB (Red+Green+Blue) = 130+74+86=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #824A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A56 is #7DB5A9. Grayscale: #5C5C5C. Windows color (decimal): -8238506 or 5655170. OLE color: 5655170.
HSL color Cylindrical-coordinate representation of color #824A56: hue angle of 347.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824A56 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 86 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.49 |
| HSL | 347.14º | 0.27% | 0.4% | - |
| HSV(B) | 347.14º | 0.43% | 0.51% | - |
| XYZ | 13.33 | 10.32 | 10.09 | - |
| YUV | 92.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 86 | 0 | 0.43 | 0.34 | 0.49 | 347.14 | 0.27 | 0.4 |
| Hex | 82 | 4A | 56 | 0 | 2B | 22 | 31 | 15B | 1B | 28 |
| Octal | 202 | 112 | 126 | 0 | 53 | 42 | 61 | 533 | 33 | 50 |
| Binary | 10000010 | 1001010 | 1010110 | 0 | 101011 | 100010 | 110001 | 101011011 | 11011 | 101000 |
Color Harmonies of #824A56
Complementary color
Monochromatic Colors of #824A56
Black with #824A56
Text Example
Text Example
White with #824A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A56; }
p { color: rgb(130,74,86); }
H1.HeaderClassName
{
color: #824A56;
}
.AnyTagClassName
{
color: #824A56;
}
</style>
background-color css
<style>
a { background-color: #824A56; }
a { background-color: rgb(130,74,86); }
div.DivClassName
{
background-color: #824A56;
}
.BgClassName
{
background-color: #824A56;
}
</style>
border-color css
<style>
span { border-color: #824A56; }
span { border-color: rgb(130,74,86); }
td.TdClassName
{
border-color: #824A56;
}
.TagClassName
{
border-color: #824A56;
}
</style>