Shades of Rose Bud Cherry #82204E
Tints of Rose Bud Cherry #82204E
RGB
CMYK
RGB Variations
Color information
#82204E (or 0x82204E) is known color: Rose Bud Cherry. HEX triplet: 82, 20 and 4E. RGB value is (130,32,78). Sum of RGB (Red+Green+Blue) = 130+32+78=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82204E is #7DDFB1. Grayscale: #424242. Windows color (decimal): -8249266 or 5120130. OLE color: 5120130.
HSL color Cylindrical-coordinate representation of color #82204E: hue angle of 331.84º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82204E is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 78 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.49 |
| HSL | 331.84º | 0.6% | 0.32% | - |
| HSV(B) | 331.84º | 0.75% | 0.51% | - |
| XYZ | 11.1 | 6.33 | 7.84 | - |
| YUV | 66.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 78 | 0 | 0.75 | 0.40 | 0.49 | 331.84 | 0.6 | 0.32 |
| Hex | 82 | 20 | 4E | 0 | 4B | 28 | 31 | 14C | 3C | 20 |
| Octal | 202 | 40 | 116 | 0 | 113 | 50 | 61 | 514 | 74 | 40 |
| Binary | 10000010 | 100000 | 1001110 | 0 | 1001011 | 101000 | 110001 | 101001100 | 111100 | 100000 |
Color Harmonies of #82204E
Complementary color
Monochromatic Colors of #82204E
Black with #82204E
Text Example
Text Example
White with #82204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82204E; }
p { color: rgb(130,32,78); }
H1.HeaderClassName
{
color: #82204E;
}
.AnyTagClassName
{
color: #82204E;
}
</style>
background-color css
<style>
a { background-color: #82204E; }
a { background-color: rgb(130,32,78); }
div.DivClassName
{
background-color: #82204E;
}
.BgClassName
{
background-color: #82204E;
}
</style>
border-color css
<style>
span { border-color: #82204E; }
span { border-color: rgb(130,32,78); }
td.TdClassName
{
border-color: #82204E;
}
.TagClassName
{
border-color: #82204E;
}
</style>