Shades of Rose Bud Cherry #821C56
Tints of Rose Bud Cherry #821C56
RGB
CMYK
RGB Variations
Color information
#821C56 (or 0x821C56) is known color: Rose Bud Cherry. HEX triplet: 82, 1C and 56. RGB value is (130,28,86). Sum of RGB (Red+Green+Blue) = 130+28+86=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #821C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821C56 is #7DE3A9. Grayscale: #404040. Windows color (decimal): -8250282 or 5643394. OLE color: 5643394.
HSL color Cylindrical-coordinate representation of color #821C56: hue angle of 325.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C56 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 86 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.49 |
| HSL | 325.88º | 0.65% | 0.31% | - |
| HSV(B) | 325.88º | 0.78% | 0.51% | - |
| XYZ | 11.3 | 6.25 | 9.41 | - |
| YUV | 65.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 86 | 0 | 0.78 | 0.34 | 0.49 | 325.88 | 0.65 | 0.31 |
| Hex | 82 | 1C | 56 | 0 | 4E | 22 | 31 | 146 | 41 | 1F |
| Octal | 202 | 34 | 126 | 0 | 116 | 42 | 61 | 506 | 101 | 37 |
| Binary | 10000010 | 11100 | 1010110 | 0 | 1001110 | 100010 | 110001 | 101000110 | 1000001 | 11111 |
Color Harmonies of #821C56
Complementary color
Monochromatic Colors of #821C56
Black with #821C56
Text Example
Text Example
White with #821C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C56; }
p { color: rgb(130,28,86); }
H1.HeaderClassName
{
color: #821C56;
}
.AnyTagClassName
{
color: #821C56;
}
</style>
background-color css
<style>
a { background-color: #821C56; }
a { background-color: rgb(130,28,86); }
div.DivClassName
{
background-color: #821C56;
}
.BgClassName
{
background-color: #821C56;
}
</style>
border-color css
<style>
span { border-color: #821C56; }
span { border-color: rgb(130,28,86); }
td.TdClassName
{
border-color: #821C56;
}
.TagClassName
{
border-color: #821C56;
}
</style>