Shades of Rose Bud Cherry #821F5B
Tints of Rose Bud Cherry #821F5B
RGB
CMYK
RGB Variations
Color information
#821F5B (or 0x821F5B) is known color: Rose Bud Cherry. HEX triplet: 82, 1F and 5B. RGB value is (130,31,91). Sum of RGB (Red+Green+Blue) = 130+31+91=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #821F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821F5B is #7DE0A4. Grayscale: #434343. Windows color (decimal): -8249509 or 5971842. OLE color: 5971842.
HSL color Cylindrical-coordinate representation of color #821F5B: hue angle of 323.64º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F5B is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 31 | 91 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.49 |
| HSL | 323.64º | 0.61% | 0.32% | - |
| HSV(B) | 323.64º | 0.76% | 0.51% | - |
| XYZ | 11.58 | 6.48 | 10.54 | - |
| YUV | 67.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 91 | 0 | 0.76 | 0.30 | 0.49 | 323.64 | 0.61 | 0.32 |
| Hex | 82 | 1F | 5B | 0 | 4C | 1E | 31 | 144 | 3D | 20 |
| Octal | 202 | 37 | 133 | 0 | 114 | 36 | 61 | 504 | 75 | 40 |
| Binary | 10000010 | 11111 | 1011011 | 0 | 1001100 | 11110 | 110001 | 101000100 | 111101 | 100000 |
Color Harmonies of #821F5B
Complementary color
Monochromatic Colors of #821F5B
Black with #821F5B
Text Example
Text Example
White with #821F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821F5B; }
p { color: rgb(130,31,91); }
H1.HeaderClassName
{
color: #821F5B;
}
.AnyTagClassName
{
color: #821F5B;
}
</style>
background-color css
<style>
a { background-color: #821F5B; }
a { background-color: rgb(130,31,91); }
div.DivClassName
{
background-color: #821F5B;
}
.BgClassName
{
background-color: #821F5B;
}
</style>
border-color css
<style>
span { border-color: #821F5B; }
span { border-color: rgb(130,31,91); }
td.TdClassName
{
border-color: #821F5B;
}
.TagClassName
{
border-color: #821F5B;
}
</style>