Shades of Rose Bud Cherry #82225F
Tints of Rose Bud Cherry #82225F
RGB
CMYK
RGB Variations
Color information
#82225F (or 0x82225F) is known color: Rose Bud Cherry. HEX triplet: 82, 22 and 5F. RGB value is (130,34,95). Sum of RGB (Red+Green+Blue) = 130+34+95=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82225F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82225F is #7DDDA0. Grayscale: #454545. Windows color (decimal): -8248737 or 6234754. OLE color: 6234754.
HSL color Cylindrical-coordinate representation of color #82225F: hue angle of 321.88º 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 #82225F is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 95 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.49 |
| HSL | 321.88º | 0.59% | 0.32% | - |
| HSV(B) | 321.88º | 0.74% | 0.51% | - |
| XYZ | 11.84 | 6.72 | 11.5 | - |
| YUV | 69.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 95 | 0 | 0.74 | 0.27 | 0.49 | 321.88 | 0.59 | 0.32 |
| Hex | 82 | 22 | 5F | 0 | 4A | 1B | 31 | 142 | 3B | 20 |
| Octal | 202 | 42 | 137 | 0 | 112 | 33 | 61 | 502 | 73 | 40 |
| Binary | 10000010 | 100010 | 1011111 | 0 | 1001010 | 11011 | 110001 | 101000010 | 111011 | 100000 |
Color Harmonies of #82225F
Complementary color
Monochromatic Colors of #82225F
Black with #82225F
Text Example
Text Example
White with #82225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82225F; }
p { color: rgb(130,34,95); }
H1.HeaderClassName
{
color: #82225F;
}
.AnyTagClassName
{
color: #82225F;
}
</style>
background-color css
<style>
a { background-color: #82225F; }
a { background-color: rgb(130,34,95); }
div.DivClassName
{
background-color: #82225F;
}
.BgClassName
{
background-color: #82225F;
}
</style>
border-color css
<style>
span { border-color: #82225F; }
span { border-color: rgb(130,34,95); }
td.TdClassName
{
border-color: #82225F;
}
.TagClassName
{
border-color: #82225F;
}
</style>