Shades of Rose Bud Cherry #822255
Tints of Rose Bud Cherry #822255
RGB
CMYK
RGB Variations
Color information
#822255 (or 0x822255) is known color: Rose Bud Cherry. HEX triplet: 82, 22 and 55. RGB value is (130,34,85). Sum of RGB (Red+Green+Blue) = 130+34+85=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #822255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822255 is #7DDDAA. Grayscale: #444444. Windows color (decimal): -8248747 or 5579394. OLE color: 5579394.
HSL color Cylindrical-coordinate representation of color #822255: hue angle of 328.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822255 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 85 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.49 |
| HSL | 328.13º | 0.59% | 0.32% | - |
| HSV(B) | 328.13º | 0.74% | 0.51% | - |
| XYZ | 11.42 | 6.55 | 9.26 | - |
| YUV | 68.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 85 | 0 | 0.74 | 0.35 | 0.49 | 328.13 | 0.59 | 0.32 |
| Hex | 82 | 22 | 55 | 0 | 4A | 23 | 31 | 148 | 3B | 20 |
| Octal | 202 | 42 | 125 | 0 | 112 | 43 | 61 | 510 | 73 | 40 |
| Binary | 10000010 | 100010 | 1010101 | 0 | 1001010 | 100011 | 110001 | 101001000 | 111011 | 100000 |
Color Harmonies of #822255
Complementary color
Monochromatic Colors of #822255
Black with #822255
Text Example
Text Example
White with #822255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822255; }
p { color: rgb(130,34,85); }
H1.HeaderClassName
{
color: #822255;
}
.AnyTagClassName
{
color: #822255;
}
</style>
background-color css
<style>
a { background-color: #822255; }
a { background-color: rgb(130,34,85); }
div.DivClassName
{
background-color: #822255;
}
.BgClassName
{
background-color: #822255;
}
</style>
border-color css
<style>
span { border-color: #822255; }
span { border-color: rgb(130,34,85); }
td.TdClassName
{
border-color: #822255;
}
.TagClassName
{
border-color: #822255;
}
</style>