Shades of Solid Pink #824447
Tints of Solid Pink #824447
RGB
CMYK
RGB Variations
Color information
#824447 (or 0x824447) is known color: Solid Pink. HEX triplet: 82, 44 and 47. RGB value is (130,68,71). Sum of RGB (Red+Green+Blue) = 130+68+71=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824447 is #7DBBB8. Grayscale: #565656. Windows color (decimal): -8240057 or 4670594. OLE color: 4670594.
HSL color Cylindrical-coordinate representation of color #824447: hue angle of 357.1º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824447 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 71 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.49 |
| HSL | 357.1º | 0.31% | 0.39% | - |
| HSV(B) | 357.1º | 0.48% | 0.51% | - |
| XYZ | 12.41 | 9.34 | 7.11 | - |
| YUV | 86.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 71 | 0 | 0.48 | 0.45 | 0.49 | 357.1 | 0.31 | 0.39 |
| Hex | 82 | 44 | 47 | 0 | 30 | 2D | 31 | 165 | 1F | 27 |
| Octal | 202 | 104 | 107 | 0 | 60 | 55 | 61 | 545 | 37 | 47 |
| Binary | 10000010 | 1000100 | 1000111 | 0 | 110000 | 101101 | 110001 | 101100101 | 11111 | 100111 |
Color Harmonies of #824447
Complementary color
Monochromatic Colors of #824447
Black with #824447
Text Example
Text Example
White with #824447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824447; }
p { color: rgb(130,68,71); }
H1.HeaderClassName
{
color: #824447;
}
.AnyTagClassName
{
color: #824447;
}
</style>
background-color css
<style>
a { background-color: #824447; }
a { background-color: rgb(130,68,71); }
div.DivClassName
{
background-color: #824447;
}
.BgClassName
{
background-color: #824447;
}
</style>
border-color css
<style>
span { border-color: #824447; }
span { border-color: rgb(130,68,71); }
td.TdClassName
{
border-color: #824447;
}
.TagClassName
{
border-color: #824447;
}
</style>