Shades of Rose Bud Cherry #821E59
Tints of Rose Bud Cherry #821E59
RGB
CMYK
RGB Variations
Color information
#821E59 (or 0x821E59) is known color: Rose Bud Cherry. HEX triplet: 82, 1E and 59. RGB value is (130,30,89). Sum of RGB (Red+Green+Blue) = 130+30+89=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #821E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821E59 is #7DE1A6. Grayscale: #424242. Windows color (decimal): -8249767 or 5840514. OLE color: 5840514.
HSL color Cylindrical-coordinate representation of color #821E59: hue angle of 324.6º 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 #821E59 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 89 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.49 |
| HSL | 324.6º | 0.63% | 0.31% | - |
| HSV(B) | 324.6º | 0.77% | 0.51% | - |
| XYZ | 11.47 | 6.4 | 10.08 | - |
| YUV | 66.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 89 | 0 | 0.77 | 0.32 | 0.49 | 324.6 | 0.63 | 0.31 |
| Hex | 82 | 1E | 59 | 0 | 4D | 20 | 31 | 145 | 3E | 1F |
| Octal | 202 | 36 | 131 | 0 | 115 | 40 | 61 | 505 | 76 | 37 |
| Binary | 10000010 | 11110 | 1011001 | 0 | 1001101 | 100000 | 110001 | 101000101 | 111110 | 11111 |
Color Harmonies of #821E59
Complementary color
Monochromatic Colors of #821E59
Black with #821E59
Text Example
Text Example
White with #821E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E59; }
p { color: rgb(130,30,89); }
H1.HeaderClassName
{
color: #821E59;
}
.AnyTagClassName
{
color: #821E59;
}
</style>
background-color css
<style>
a { background-color: #821E59; }
a { background-color: rgb(130,30,89); }
div.DivClassName
{
background-color: #821E59;
}
.BgClassName
{
background-color: #821E59;
}
</style>
border-color css
<style>
span { border-color: #821E59; }
span { border-color: rgb(130,30,89); }
td.TdClassName
{
border-color: #821E59;
}
.TagClassName
{
border-color: #821E59;
}
</style>