Shades of Solid Pink #824648
Tints of Solid Pink #824648
RGB
CMYK
RGB Variations
Color information
#824648 (or 0x824648) is known color: Solid Pink. HEX triplet: 82, 46 and 48. RGB value is (130,70,72). Sum of RGB (Red+Green+Blue) = 130+70+72=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #824648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824648 is #7DB9B7. Grayscale: #585858. Windows color (decimal): -8239544 or 4736642. OLE color: 4736642.
HSL color Cylindrical-coordinate representation of color #824648: hue angle of 358º 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 #824648 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 72 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.49 |
| HSL | 358º | 0.3% | 0.39% | - |
| HSV(B) | 358º | 0.46% | 0.51% | - |
| XYZ | 12.57 | 9.59 | 7.32 | - |
| YUV | 88.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 72 | 0 | 0.46 | 0.45 | 0.49 | 358 | 0.3 | 0.39 |
| Hex | 82 | 46 | 48 | 0 | 2E | 2D | 31 | 166 | 1E | 27 |
| Octal | 202 | 106 | 110 | 0 | 56 | 55 | 61 | 546 | 36 | 47 |
| Binary | 10000010 | 1000110 | 1001000 | 0 | 101110 | 101101 | 110001 | 101100110 | 11110 | 100111 |
Color Harmonies of #824648
Complementary color
Monochromatic Colors of #824648
Black with #824648
Text Example
Text Example
White with #824648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824648; }
p { color: rgb(130,70,72); }
H1.HeaderClassName
{
color: #824648;
}
.AnyTagClassName
{
color: #824648;
}
</style>
background-color css
<style>
a { background-color: #824648; }
a { background-color: rgb(130,70,72); }
div.DivClassName
{
background-color: #824648;
}
.BgClassName
{
background-color: #824648;
}
</style>
border-color css
<style>
span { border-color: #824648; }
span { border-color: rgb(130,70,72); }
td.TdClassName
{
border-color: #824648;
}
.TagClassName
{
border-color: #824648;
}
</style>