Shades of Rose Bud Cherry #822D53
Tints of Rose Bud Cherry #822D53
RGB
CMYK
RGB Variations
Color information
#822D53 (or 0x822D53) is known color: Rose Bud Cherry. HEX triplet: 82, 2D and 53. RGB value is (130,45,83). Sum of RGB (Red+Green+Blue) = 130+45+83=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #822D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822D53 is #7DD2AC. Grayscale: #4A4A4A. Windows color (decimal): -8245933 or 5451138. OLE color: 5451138.
HSL color Cylindrical-coordinate representation of color #822D53: hue angle of 333.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D53 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 83 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.49 |
| HSL | 333.18º | 0.49% | 0.34% | - |
| HSV(B) | 333.18º | 0.65% | 0.51% | - |
| XYZ | 11.71 | 7.25 | 8.97 | - |
| YUV | 74.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 83 | 0 | 0.65 | 0.36 | 0.49 | 333.18 | 0.49 | 0.34 |
| Hex | 82 | 2D | 53 | 0 | 41 | 24 | 31 | 14D | 31 | 22 |
| Octal | 202 | 55 | 123 | 0 | 101 | 44 | 61 | 515 | 61 | 42 |
| Binary | 10000010 | 101101 | 1010011 | 0 | 1000001 | 100100 | 110001 | 101001101 | 110001 | 100010 |
Color Harmonies of #822D53
Complementary color
Monochromatic Colors of #822D53
Black with #822D53
Text Example
Text Example
White with #822D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D53; }
p { color: rgb(130,45,83); }
H1.HeaderClassName
{
color: #822D53;
}
.AnyTagClassName
{
color: #822D53;
}
</style>
background-color css
<style>
a { background-color: #822D53; }
a { background-color: rgb(130,45,83); }
div.DivClassName
{
background-color: #822D53;
}
.BgClassName
{
background-color: #822D53;
}
</style>
border-color css
<style>
span { border-color: #822D53; }
span { border-color: rgb(130,45,83); }
td.TdClassName
{
border-color: #822D53;
}
.TagClassName
{
border-color: #822D53;
}
</style>