Shades of Rose Bud Cherry #821D5B
Tints of Rose Bud Cherry #821D5B
RGB
CMYK
RGB Variations
Color information
#821D5B (or 0x821D5B) is known color: Rose Bud Cherry. HEX triplet: 82, 1D and 5B. RGB value is (130,29,91). Sum of RGB (Red+Green+Blue) = 130+29+91=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #821D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821D5B is #7DE2A4. Grayscale: #424242. Windows color (decimal): -8250021 or 5971330. OLE color: 5971330.
HSL color Cylindrical-coordinate representation of color #821D5B: hue angle of 323.17º degrees, saturation: 0.64, 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 #821D5B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 29 | 91 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.49 |
| HSL | 323.17º | 0.64% | 0.31% | - |
| HSV(B) | 323.17º | 0.78% | 0.51% | - |
| XYZ | 11.53 | 6.38 | 10.52 | - |
| YUV | 66.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 91 | 0 | 0.78 | 0.30 | 0.49 | 323.17 | 0.64 | 0.31 |
| Hex | 82 | 1D | 5B | 0 | 4E | 1E | 31 | 143 | 40 | 1F |
| Octal | 202 | 35 | 133 | 0 | 116 | 36 | 61 | 503 | 100 | 37 |
| Binary | 10000010 | 11101 | 1011011 | 0 | 1001110 | 11110 | 110001 | 101000011 | 1000000 | 11111 |
Color Harmonies of #821D5B
Complementary color
Monochromatic Colors of #821D5B
Black with #821D5B
Text Example
Text Example
White with #821D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821D5B; }
p { color: rgb(130,29,91); }
H1.HeaderClassName
{
color: #821D5B;
}
.AnyTagClassName
{
color: #821D5B;
}
</style>
background-color css
<style>
a { background-color: #821D5B; }
a { background-color: rgb(130,29,91); }
div.DivClassName
{
background-color: #821D5B;
}
.BgClassName
{
background-color: #821D5B;
}
</style>
border-color css
<style>
span { border-color: #821D5B; }
span { border-color: rgb(130,29,91); }
td.TdClassName
{
border-color: #821D5B;
}
.TagClassName
{
border-color: #821D5B;
}
</style>