Shades of Rose Bud Cherry #822E61
Tints of Rose Bud Cherry #822E61
RGB
CMYK
RGB Variations
Color information
#822E61 (or 0x822E61) is known color: Rose Bud Cherry. HEX triplet: 82, 2E and 61. RGB value is (130,46,97). Sum of RGB (Red+Green+Blue) = 130+46+97=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #822E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822E61 is #7DD19E. Grayscale: #4C4C4C. Windows color (decimal): -8245663 or 6368898. OLE color: 6368898.
HSL color Cylindrical-coordinate representation of color #822E61: hue angle of 323.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E61 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 97 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.49 |
| HSL | 323.57º | 0.48% | 0.35% | - |
| HSV(B) | 323.57º | 0.65% | 0.51% | - |
| XYZ | 12.34 | 7.56 | 12.12 | - |
| YUV | 76.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 97 | 0 | 0.65 | 0.25 | 0.49 | 323.57 | 0.48 | 0.35 |
| Hex | 82 | 2E | 61 | 0 | 41 | 19 | 31 | 144 | 30 | 23 |
| Octal | 202 | 56 | 141 | 0 | 101 | 31 | 61 | 504 | 60 | 43 |
| Binary | 10000010 | 101110 | 1100001 | 0 | 1000001 | 11001 | 110001 | 101000100 | 110000 | 100011 |
Color Harmonies of #822E61
Complementary color
Monochromatic Colors of #822E61
Black with #822E61
Text Example
Text Example
White with #822E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E61; }
p { color: rgb(130,46,97); }
H1.HeaderClassName
{
color: #822E61;
}
.AnyTagClassName
{
color: #822E61;
}
</style>
background-color css
<style>
a { background-color: #822E61; }
a { background-color: rgb(130,46,97); }
div.DivClassName
{
background-color: #822E61;
}
.BgClassName
{
background-color: #822E61;
}
</style>
border-color css
<style>
span { border-color: #822E61; }
span { border-color: rgb(130,46,97); }
td.TdClassName
{
border-color: #822E61;
}
.TagClassName
{
border-color: #822E61;
}
</style>