Shades of Rose Bud Cherry #82205A
Tints of Rose Bud Cherry #82205A
RGB
CMYK
RGB Variations
Color information
#82205A (or 0x82205A) is known color: Rose Bud Cherry. HEX triplet: 82, 20 and 5A. RGB value is (130,32,90). Sum of RGB (Red+Green+Blue) = 130+32+90=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #82205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82205A is #7DDFA5. Grayscale: #434343. Windows color (decimal): -8249254 or 5906562. OLE color: 5906562.
HSL color Cylindrical-coordinate representation of color #82205A: hue angle of 324.49º 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 #82205A is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 90 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.49 |
| HSL | 324.49º | 0.6% | 0.32% | - |
| HSV(B) | 324.49º | 0.75% | 0.51% | - |
| XYZ | 11.57 | 6.52 | 10.32 | - |
| YUV | 67.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 90 | 0 | 0.75 | 0.31 | 0.49 | 324.49 | 0.6 | 0.32 |
| Hex | 82 | 20 | 5A | 0 | 4B | 1F | 31 | 144 | 3C | 20 |
| Octal | 202 | 40 | 132 | 0 | 113 | 37 | 61 | 504 | 74 | 40 |
| Binary | 10000010 | 100000 | 1011010 | 0 | 1001011 | 11111 | 110001 | 101000100 | 111100 | 100000 |
Color Harmonies of #82205A
Complementary color
Monochromatic Colors of #82205A
Black with #82205A
Text Example
Text Example
White with #82205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82205A; }
p { color: rgb(130,32,90); }
H1.HeaderClassName
{
color: #82205A;
}
.AnyTagClassName
{
color: #82205A;
}
</style>
background-color css
<style>
a { background-color: #82205A; }
a { background-color: rgb(130,32,90); }
div.DivClassName
{
background-color: #82205A;
}
.BgClassName
{
background-color: #82205A;
}
</style>
border-color css
<style>
span { border-color: #82205A; }
span { border-color: rgb(130,32,90); }
td.TdClassName
{
border-color: #82205A;
}
.TagClassName
{
border-color: #82205A;
}
</style>