Shades of Solid Pink #824550
Tints of Solid Pink #824550
RGB
CMYK
RGB Variations
Color information
#824550 (or 0x824550) is known color: Solid Pink. HEX triplet: 82, 45 and 50. RGB value is (130,69,80). Sum of RGB (Red+Green+Blue) = 130+69+80=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824550 is #7DBAAF. Grayscale: #585858. Windows color (decimal): -8239792 or 5260674. OLE color: 5260674.
HSL color Cylindrical-coordinate representation of color #824550: hue angle of 349.18º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824550 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 80 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.49 |
| HSL | 349.18º | 0.31% | 0.39% | - |
| HSV(B) | 349.18º | 0.47% | 0.51% | - |
| XYZ | 12.78 | 9.58 | 8.77 | - |
| YUV | 88.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 80 | 0 | 0.47 | 0.38 | 0.49 | 349.18 | 0.31 | 0.39 |
| Hex | 82 | 45 | 50 | 0 | 2F | 26 | 31 | 15D | 1F | 27 |
| Octal | 202 | 105 | 120 | 0 | 57 | 46 | 61 | 535 | 37 | 47 |
| Binary | 10000010 | 1000101 | 1010000 | 0 | 101111 | 100110 | 110001 | 101011101 | 11111 | 100111 |
Color Harmonies of #824550
Complementary color
Monochromatic Colors of #824550
Black with #824550
Text Example
Text Example
White with #824550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824550; }
p { color: rgb(130,69,80); }
H1.HeaderClassName
{
color: #824550;
}
.AnyTagClassName
{
color: #824550;
}
</style>
background-color css
<style>
a { background-color: #824550; }
a { background-color: rgb(130,69,80); }
div.DivClassName
{
background-color: #824550;
}
.BgClassName
{
background-color: #824550;
}
</style>
border-color css
<style>
span { border-color: #824550; }
span { border-color: rgb(130,69,80); }
td.TdClassName
{
border-color: #824550;
}
.TagClassName
{
border-color: #824550;
}
</style>