Shades of Solid Pink #824249
Tints of Solid Pink #824249
RGB
CMYK
RGB Variations
Color information
#824249 (or 0x824249) is known color: Solid Pink. HEX triplet: 82, 42 and 49. RGB value is (130,66,73). Sum of RGB (Red+Green+Blue) = 130+66+73=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824249 is #7DBDB6. Grayscale: #555555. Windows color (decimal): -8240567 or 4801154. OLE color: 4801154.
HSL color Cylindrical-coordinate representation of color #824249: hue angle of 353.44º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824249 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 73 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.49 |
| HSL | 353.44º | 0.33% | 0.38% | - |
| HSV(B) | 353.44º | 0.49% | 0.51% | - |
| XYZ | 12.36 | 9.12 | 7.41 | - |
| YUV | 85.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 73 | 0 | 0.49 | 0.44 | 0.49 | 353.44 | 0.33 | 0.38 |
| Hex | 82 | 42 | 49 | 0 | 31 | 2C | 31 | 161 | 21 | 26 |
| Octal | 202 | 102 | 111 | 0 | 61 | 54 | 61 | 541 | 41 | 46 |
| Binary | 10000010 | 1000010 | 1001001 | 0 | 110001 | 101100 | 110001 | 101100001 | 100001 | 100110 |
Color Harmonies of #824249
Complementary color
Monochromatic Colors of #824249
Black with #824249
Text Example
Text Example
White with #824249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824249; }
p { color: rgb(130,66,73); }
H1.HeaderClassName
{
color: #824249;
}
.AnyTagClassName
{
color: #824249;
}
</style>
background-color css
<style>
a { background-color: #824249; }
a { background-color: rgb(130,66,73); }
div.DivClassName
{
background-color: #824249;
}
.BgClassName
{
background-color: #824249;
}
</style>
border-color css
<style>
span { border-color: #824249; }
span { border-color: rgb(130,66,73); }
td.TdClassName
{
border-color: #824249;
}
.TagClassName
{
border-color: #824249;
}
</style>