Shades of Solid Pink #824956
Tints of Solid Pink #824956
RGB
CMYK
RGB Variations
Color information
#824956 (or 0x824956) is known color: Solid Pink. HEX triplet: 82, 49 and 56. RGB value is (130,73,86). Sum of RGB (Red+Green+Blue) = 130+73+86=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #824956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824956 is #7DB6A9. Grayscale: #5B5B5B. Windows color (decimal): -8238762 or 5654914. OLE color: 5654914.
HSL color Cylindrical-coordinate representation of color #824956: hue angle of 346.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824956 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 86 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.49 |
| HSL | 346.32º | 0.28% | 0.4% | - |
| HSV(B) | 346.32º | 0.44% | 0.51% | - |
| XYZ | 13.27 | 10.18 | 10.07 | - |
| YUV | 91.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 86 | 0 | 0.44 | 0.34 | 0.49 | 346.32 | 0.28 | 0.4 |
| Hex | 82 | 49 | 56 | 0 | 2C | 22 | 31 | 15A | 1C | 28 |
| Octal | 202 | 111 | 126 | 0 | 54 | 42 | 61 | 532 | 34 | 50 |
| Binary | 10000010 | 1001001 | 1010110 | 0 | 101100 | 100010 | 110001 | 101011010 | 11100 | 101000 |
Color Harmonies of #824956
Complementary color
Monochromatic Colors of #824956
Black with #824956
Text Example
Text Example
White with #824956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824956; }
p { color: rgb(130,73,86); }
H1.HeaderClassName
{
color: #824956;
}
.AnyTagClassName
{
color: #824956;
}
</style>
background-color css
<style>
a { background-color: #824956; }
a { background-color: rgb(130,73,86); }
div.DivClassName
{
background-color: #824956;
}
.BgClassName
{
background-color: #824956;
}
</style>
border-color css
<style>
span { border-color: #824956; }
span { border-color: rgb(130,73,86); }
td.TdClassName
{
border-color: #824956;
}
.TagClassName
{
border-color: #824956;
}
</style>