Shades of Rose Bud Cherry #822A56
Tints of Rose Bud Cherry #822A56
RGB
CMYK
RGB Variations
Color information
#822A56 (or 0x822A56) is known color: Rose Bud Cherry. HEX triplet: 82, 2A and 56. RGB value is (130,42,86). Sum of RGB (Red+Green+Blue) = 130+42+86=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #822A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822A56 is #7DD5A9. Grayscale: #494949. Windows color (decimal): -8246698 or 5646978. OLE color: 5646978.
HSL color Cylindrical-coordinate representation of color #822A56: hue angle of 330º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822A56 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 86 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.49 |
| HSL | 330º | 0.51% | 0.34% | - |
| HSV(B) | 330º | 0.68% | 0.51% | - |
| XYZ | 11.71 | 7.07 | 9.55 | - |
| YUV | 73.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 86 | 0 | 0.68 | 0.34 | 0.49 | 330 | 0.51 | 0.34 |
| Hex | 82 | 2A | 56 | 0 | 44 | 22 | 31 | 14A | 33 | 22 |
| Octal | 202 | 52 | 126 | 0 | 104 | 42 | 61 | 512 | 63 | 42 |
| Binary | 10000010 | 101010 | 1010110 | 0 | 1000100 | 100010 | 110001 | 101001010 | 110011 | 100010 |
Color Harmonies of #822A56
Complementary color
Monochromatic Colors of #822A56
Black with #822A56
Text Example
Text Example
White with #822A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A56; }
p { color: rgb(130,42,86); }
H1.HeaderClassName
{
color: #822A56;
}
.AnyTagClassName
{
color: #822A56;
}
</style>
background-color css
<style>
a { background-color: #822A56; }
a { background-color: rgb(130,42,86); }
div.DivClassName
{
background-color: #822A56;
}
.BgClassName
{
background-color: #822A56;
}
</style>
border-color css
<style>
span { border-color: #822A56; }
span { border-color: rgb(130,42,86); }
td.TdClassName
{
border-color: #822A56;
}
.TagClassName
{
border-color: #822A56;
}
</style>