Shades of Rose Bud Cherry #821E50
Tints of Rose Bud Cherry #821E50
RGB
CMYK
RGB Variations
Color information
#821E50 (or 0x821E50) is known color: Rose Bud Cherry. HEX triplet: 82, 1E and 50. RGB value is (130,30,80). Sum of RGB (Red+Green+Blue) = 130+30+80=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #821E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821E50 is #7DE1AF. Grayscale: #414141. Windows color (decimal): -8249776 or 5250690. OLE color: 5250690.
HSL color Cylindrical-coordinate representation of color #821E50: hue angle of 330º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E50 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 80 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.49 |
| HSL | 330º | 0.63% | 0.31% | - |
| HSV(B) | 330º | 0.77% | 0.51% | - |
| XYZ | 11.12 | 6.25 | 8.21 | - |
| YUV | 65.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 80 | 0 | 0.77 | 0.38 | 0.49 | 330 | 0.63 | 0.31 |
| Hex | 82 | 1E | 50 | 0 | 4D | 26 | 31 | 14A | 3E | 1F |
| Octal | 202 | 36 | 120 | 0 | 115 | 46 | 61 | 512 | 76 | 37 |
| Binary | 10000010 | 11110 | 1010000 | 0 | 1001101 | 100110 | 110001 | 101001010 | 111110 | 11111 |
Color Harmonies of #821E50
Complementary color
Monochromatic Colors of #821E50
Black with #821E50
Text Example
Text Example
White with #821E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E50; }
p { color: rgb(130,30,80); }
H1.HeaderClassName
{
color: #821E50;
}
.AnyTagClassName
{
color: #821E50;
}
</style>
background-color css
<style>
a { background-color: #821E50; }
a { background-color: rgb(130,30,80); }
div.DivClassName
{
background-color: #821E50;
}
.BgClassName
{
background-color: #821E50;
}
</style>
border-color css
<style>
span { border-color: #821E50; }
span { border-color: rgb(130,30,80); }
td.TdClassName
{
border-color: #821E50;
}
.TagClassName
{
border-color: #821E50;
}
</style>