Shades of Rose Bud Cherry #821A4E
Tints of Rose Bud Cherry #821A4E
RGB
CMYK
RGB Variations
Color information
#821A4E (or 0x821A4E) is known color: Rose Bud Cherry. HEX triplet: 82, 1A and 4E. RGB value is (130,26,78). Sum of RGB (Red+Green+Blue) = 130+26+78=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #821A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A4E is #7DE5B1. Grayscale: #3E3E3E. Windows color (decimal): -8250802 or 5118594. OLE color: 5118594.
HSL color Cylindrical-coordinate representation of color #821A4E: hue angle of 330º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A4E is Cyan = 0, Magento = 0.8, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 78 | - |
| CMYK | 0 | 0.8 | 0.40 | 0.49 |
| HSL | 330º | 0.67% | 0.31% | - |
| HSV(B) | 330º | 0.8% | 0.51% | - |
| XYZ | 10.95 | 6.03 | 7.8 | - |
| YUV | 63.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 78 | 0 | 0.8 | 0.40 | 0.49 | 330 | 0.67 | 0.31 |
| Hex | 82 | 1A | 4E | 0 | 50 | 28 | 31 | 14A | 43 | 1F |
| Octal | 202 | 32 | 116 | 0 | 120 | 50 | 61 | 512 | 103 | 37 |
| Binary | 10000010 | 11010 | 1001110 | 0 | 1010000 | 101000 | 110001 | 101001010 | 1000011 | 11111 |
Color Harmonies of #821A4E
Complementary color
Monochromatic Colors of #821A4E
Black with #821A4E
Text Example
Text Example
White with #821A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A4E; }
p { color: rgb(130,26,78); }
H1.HeaderClassName
{
color: #821A4E;
}
.AnyTagClassName
{
color: #821A4E;
}
</style>
background-color css
<style>
a { background-color: #821A4E; }
a { background-color: rgb(130,26,78); }
div.DivClassName
{
background-color: #821A4E;
}
.BgClassName
{
background-color: #821A4E;
}
</style>
border-color css
<style>
span { border-color: #821A4E; }
span { border-color: rgb(130,26,78); }
td.TdClassName
{
border-color: #821A4E;
}
.TagClassName
{
border-color: #821A4E;
}
</style>