Shades of Solid Pink #824A55
Tints of Solid Pink #824A55
RGB
CMYK
RGB Variations
Color information
#824A55 (or 0x824A55) is known color: Solid Pink. HEX triplet: 82, 4A and 55. RGB value is (130,74,85). Sum of RGB (Red+Green+Blue) = 130+74+85=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #824A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A55 is #7DB5AA. Grayscale: #5C5C5C. Windows color (decimal): -8238507 or 5589634. OLE color: 5589634.
HSL color Cylindrical-coordinate representation of color #824A55: hue angle of 348.21º 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 #824A55 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 85 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.49 |
| HSL | 348.21º | 0.27% | 0.4% | - |
| HSV(B) | 348.21º | 0.43% | 0.51% | - |
| XYZ | 13.29 | 10.3 | 9.88 | - |
| YUV | 92 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 85 | 0 | 0.43 | 0.35 | 0.49 | 348.21 | 0.27 | 0.4 |
| Hex | 82 | 4A | 55 | 0 | 2B | 23 | 31 | 15C | 1B | 28 |
| Octal | 202 | 112 | 125 | 0 | 53 | 43 | 61 | 534 | 33 | 50 |
| Binary | 10000010 | 1001010 | 1010101 | 0 | 101011 | 100011 | 110001 | 101011100 | 11011 | 101000 |
Color Harmonies of #824A55
Complementary color
Monochromatic Colors of #824A55
Black with #824A55
Text Example
Text Example
White with #824A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A55; }
p { color: rgb(130,74,85); }
H1.HeaderClassName
{
color: #824A55;
}
.AnyTagClassName
{
color: #824A55;
}
</style>
background-color css
<style>
a { background-color: #824A55; }
a { background-color: rgb(130,74,85); }
div.DivClassName
{
background-color: #824A55;
}
.BgClassName
{
background-color: #824A55;
}
</style>
border-color css
<style>
span { border-color: #824A55; }
span { border-color: rgb(130,74,85); }
td.TdClassName
{
border-color: #824A55;
}
.TagClassName
{
border-color: #824A55;
}
</style>