Shades of Rose Bud Cherry #822E56
Tints of Rose Bud Cherry #822E56
RGB
CMYK
RGB Variations
Color information
#822E56 (or 0x822E56) is known color: Rose Bud Cherry. HEX triplet: 82, 2E and 56. RGB value is (130,46,86). Sum of RGB (Red+Green+Blue) = 130+46+86=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #822E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822E56 is #7DD1A9. Grayscale: #4B4B4B. Windows color (decimal): -8245674 or 5648002. OLE color: 5648002.
HSL color Cylindrical-coordinate representation of color #822E56: hue angle of 331.43º 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 #822E56 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 86 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.49 |
| HSL | 331.43º | 0.48% | 0.35% | - |
| HSV(B) | 331.43º | 0.65% | 0.51% | - |
| XYZ | 11.86 | 7.37 | 9.6 | - |
| YUV | 75.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 86 | 0 | 0.65 | 0.34 | 0.49 | 331.43 | 0.48 | 0.35 |
| Hex | 82 | 2E | 56 | 0 | 41 | 22 | 31 | 14B | 30 | 23 |
| Octal | 202 | 56 | 126 | 0 | 101 | 42 | 61 | 513 | 60 | 43 |
| Binary | 10000010 | 101110 | 1010110 | 0 | 1000001 | 100010 | 110001 | 101001011 | 110000 | 100011 |
Color Harmonies of #822E56
Complementary color
Monochromatic Colors of #822E56
Black with #822E56
Text Example
Text Example
White with #822E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E56; }
p { color: rgb(130,46,86); }
H1.HeaderClassName
{
color: #822E56;
}
.AnyTagClassName
{
color: #822E56;
}
</style>
background-color css
<style>
a { background-color: #822E56; }
a { background-color: rgb(130,46,86); }
div.DivClassName
{
background-color: #822E56;
}
.BgClassName
{
background-color: #822E56;
}
</style>
border-color css
<style>
span { border-color: #822E56; }
span { border-color: rgb(130,46,86); }
td.TdClassName
{
border-color: #822E56;
}
.TagClassName
{
border-color: #822E56;
}
</style>