Shades of Rose Bud Cherry #82215E
Tints of Rose Bud Cherry #82215E
RGB
CMYK
RGB Variations
Color information
#82215E (or 0x82215E) is known color: Rose Bud Cherry. HEX triplet: 82, 21 and 5E. RGB value is (130,33,94). Sum of RGB (Red+Green+Blue) = 130+33+94=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82215E is #7DDEA1. Grayscale: #444444. Windows color (decimal): -8248994 or 6168962. OLE color: 6168962.
HSL color Cylindrical-coordinate representation of color #82215E: hue angle of 322.27º 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 #82215E is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 94 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.49 |
| HSL | 322.27º | 0.6% | 0.32% | - |
| HSV(B) | 322.27º | 0.75% | 0.51% | - |
| XYZ | 11.77 | 6.64 | 11.25 | - |
| YUV | 68.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 94 | 0 | 0.75 | 0.28 | 0.49 | 322.27 | 0.6 | 0.32 |
| Hex | 82 | 21 | 5E | 0 | 4B | 1C | 31 | 142 | 3C | 20 |
| Octal | 202 | 41 | 136 | 0 | 113 | 34 | 61 | 502 | 74 | 40 |
| Binary | 10000010 | 100001 | 1011110 | 0 | 1001011 | 11100 | 110001 | 101000010 | 111100 | 100000 |
Color Harmonies of #82215E
Complementary color
Monochromatic Colors of #82215E
Black with #82215E
Text Example
Text Example
White with #82215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82215E; }
p { color: rgb(130,33,94); }
H1.HeaderClassName
{
color: #82215E;
}
.AnyTagClassName
{
color: #82215E;
}
</style>
background-color css
<style>
a { background-color: #82215E; }
a { background-color: rgb(130,33,94); }
div.DivClassName
{
background-color: #82215E;
}
.BgClassName
{
background-color: #82215E;
}
</style>
border-color css
<style>
span { border-color: #82215E; }
span { border-color: rgb(130,33,94); }
td.TdClassName
{
border-color: #82215E;
}
.TagClassName
{
border-color: #82215E;
}
</style>