Shades of Rose Bud Cherry #821B4E
Tints of Rose Bud Cherry #821B4E
RGB
CMYK
RGB Variations
Color information
#821B4E (or 0x821B4E) is known color: Rose Bud Cherry. HEX triplet: 82, 1B and 4E. RGB value is (130,27,78). Sum of RGB (Red+Green+Blue) = 130+27+78=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #821B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821B4E is #7DE4B1. Grayscale: #3F3F3F. Windows color (decimal): -8250546 or 5118850. OLE color: 5118850.
HSL color Cylindrical-coordinate representation of color #821B4E: hue angle of 330.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B4E is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 78 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.49 |
| HSL | 330.29º | 0.66% | 0.31% | - |
| HSV(B) | 330.29º | 0.79% | 0.51% | - |
| XYZ | 10.97 | 6.08 | 7.8 | - |
| YUV | 63.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 78 | 0 | 0.79 | 0.40 | 0.49 | 330.29 | 0.66 | 0.31 |
| Hex | 82 | 1B | 4E | 0 | 4F | 28 | 31 | 14A | 42 | 1F |
| Octal | 202 | 33 | 116 | 0 | 117 | 50 | 61 | 512 | 102 | 37 |
| Binary | 10000010 | 11011 | 1001110 | 0 | 1001111 | 101000 | 110001 | 101001010 | 1000010 | 11111 |
Color Harmonies of #821B4E
Complementary color
Monochromatic Colors of #821B4E
Black with #821B4E
Text Example
Text Example
White with #821B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B4E; }
p { color: rgb(130,27,78); }
H1.HeaderClassName
{
color: #821B4E;
}
.AnyTagClassName
{
color: #821B4E;
}
</style>
background-color css
<style>
a { background-color: #821B4E; }
a { background-color: rgb(130,27,78); }
div.DivClassName
{
background-color: #821B4E;
}
.BgClassName
{
background-color: #821B4E;
}
</style>
border-color css
<style>
span { border-color: #821B4E; }
span { border-color: rgb(130,27,78); }
td.TdClassName
{
border-color: #821B4E;
}
.TagClassName
{
border-color: #821B4E;
}
</style>