Shades of Rose Bud Cherry #822B62
Tints of Rose Bud Cherry #822B62
RGB
CMYK
RGB Variations
Color information
#822B62 (or 0x822B62) is known color: Rose Bud Cherry. HEX triplet: 82, 2B and 62. RGB value is (130,43,98). Sum of RGB (Red+Green+Blue) = 130+43+98=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #822B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822B62 is #7DD49D. Grayscale: #4B4B4B. Windows color (decimal): -8246430 or 6433666. OLE color: 6433666.
HSL color Cylindrical-coordinate representation of color #822B62: hue angle of 322.07º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #822B62 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 98 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.49 |
| HSL | 322.07º | 0.5% | 0.34% | - |
| HSV(B) | 322.07º | 0.67% | 0.51% | - |
| XYZ | 12.27 | 7.36 | 12.33 | - |
| YUV | 75.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 98 | 0 | 0.67 | 0.25 | 0.49 | 322.07 | 0.5 | 0.34 |
| Hex | 82 | 2B | 62 | 0 | 43 | 19 | 31 | 142 | 32 | 22 |
| Octal | 202 | 53 | 142 | 0 | 103 | 31 | 61 | 502 | 62 | 42 |
| Binary | 10000010 | 101011 | 1100010 | 0 | 1000011 | 11001 | 110001 | 101000010 | 110010 | 100010 |
Color Harmonies of #822B62
Complementary color
Monochromatic Colors of #822B62
Black with #822B62
Text Example
Text Example
White with #822B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B62; }
p { color: rgb(130,43,98); }
H1.HeaderClassName
{
color: #822B62;
}
.AnyTagClassName
{
color: #822B62;
}
</style>
background-color css
<style>
a { background-color: #822B62; }
a { background-color: rgb(130,43,98); }
div.DivClassName
{
background-color: #822B62;
}
.BgClassName
{
background-color: #822B62;
}
</style>
border-color css
<style>
span { border-color: #822B62; }
span { border-color: rgb(130,43,98); }
td.TdClassName
{
border-color: #822B62;
}
.TagClassName
{
border-color: #822B62;
}
</style>