Shades of Solid Pink #824F50
Tints of Solid Pink #824F50
RGB
CMYK
RGB Variations
Color information
#824F50 (or 0x824F50) is known color: Solid Pink. HEX triplet: 82, 4F and 50. RGB value is (130,79,80). Sum of RGB (Red+Green+Blue) = 130+79+80=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #824F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F50 is #7DB0AF. Grayscale: #5E5E5E. Windows color (decimal): -8237232 or 5263234. OLE color: 5263234.
HSL color Cylindrical-coordinate representation of color #824F50: hue angle of 358.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #824F50 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 80 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.49 |
| HSL | 358.82º | 0.24% | 0.41% | - |
| HSV(B) | 358.82º | 0.39% | 0.51% | - |
| XYZ | 13.45 | 10.92 | 8.99 | - |
| YUV | 94.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 80 | 0 | 0.39 | 0.38 | 0.49 | 358.82 | 0.24 | 0.41 |
| Hex | 82 | 4F | 50 | 0 | 27 | 26 | 31 | 167 | 18 | 29 |
| Octal | 202 | 117 | 120 | 0 | 47 | 46 | 61 | 547 | 30 | 51 |
| Binary | 10000010 | 1001111 | 1010000 | 0 | 100111 | 100110 | 110001 | 101100111 | 11000 | 101001 |
Color Harmonies of #824F50
Complementary color
Monochromatic Colors of #824F50
Black with #824F50
Text Example
Text Example
White with #824F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F50; }
p { color: rgb(130,79,80); }
H1.HeaderClassName
{
color: #824F50;
}
.AnyTagClassName
{
color: #824F50;
}
</style>
background-color css
<style>
a { background-color: #824F50; }
a { background-color: rgb(130,79,80); }
div.DivClassName
{
background-color: #824F50;
}
.BgClassName
{
background-color: #824F50;
}
</style>
border-color css
<style>
span { border-color: #824F50; }
span { border-color: rgb(130,79,80); }
td.TdClassName
{
border-color: #824F50;
}
.TagClassName
{
border-color: #824F50;
}
</style>