Shades of Solid Pink #824647
Tints of Solid Pink #824647
RGB
CMYK
RGB Variations
Color information
#824647 (or 0x824647) is known color: Solid Pink. HEX triplet: 82, 46 and 47. RGB value is (130,70,71). Sum of RGB (Red+Green+Blue) = 130+70+71=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #824647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824647 is #7DB9B8. Grayscale: #585858. Windows color (decimal): -8239545 or 4671106. OLE color: 4671106.
HSL color Cylindrical-coordinate representation of color #824647: hue angle of 359º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824647 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 71 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.49 |
| HSL | 359º | 0.3% | 0.39% | - |
| HSV(B) | 359º | 0.46% | 0.51% | - |
| XYZ | 12.53 | 9.58 | 7.15 | - |
| YUV | 88.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 71 | 0 | 0.46 | 0.45 | 0.49 | 359 | 0.3 | 0.39 |
| Hex | 82 | 46 | 47 | 0 | 2E | 2D | 31 | 167 | 1E | 27 |
| Octal | 202 | 106 | 107 | 0 | 56 | 55 | 61 | 547 | 36 | 47 |
| Binary | 10000010 | 1000110 | 1000111 | 0 | 101110 | 101101 | 110001 | 101100111 | 11110 | 100111 |
Color Harmonies of #824647
Complementary color
Monochromatic Colors of #824647
Black with #824647
Text Example
Text Example
White with #824647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824647; }
p { color: rgb(130,70,71); }
H1.HeaderClassName
{
color: #824647;
}
.AnyTagClassName
{
color: #824647;
}
</style>
background-color css
<style>
a { background-color: #824647; }
a { background-color: rgb(130,70,71); }
div.DivClassName
{
background-color: #824647;
}
.BgClassName
{
background-color: #824647;
}
</style>
border-color css
<style>
span { border-color: #824647; }
span { border-color: rgb(130,70,71); }
td.TdClassName
{
border-color: #824647;
}
.TagClassName
{
border-color: #824647;
}
</style>