Shades of Rose Bud Cherry #821A5B
Tints of Rose Bud Cherry #821A5B
RGB
CMYK
RGB Variations
Color information
#821A5B (or 0x821A5B) is known color: Rose Bud Cherry. HEX triplet: 82, 1A and 5B. RGB value is (130,26,91). Sum of RGB (Red+Green+Blue) = 130+26+91=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #821A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A5B is #7DE5A4. Grayscale: #404040. Windows color (decimal): -8250789 or 5970562. OLE color: 5970562.
HSL color Cylindrical-coordinate representation of color #821A5B: hue angle of 322.5º 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 #821A5B is Cyan = 0, Magento = 0.8, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 91 | - |
| CMYK | 0 | 0.8 | 0.30 | 0.49 |
| HSL | 322.5º | 0.67% | 0.31% | - |
| HSV(B) | 322.5º | 0.8% | 0.51% | - |
| XYZ | 11.46 | 6.24 | 10.5 | - |
| YUV | 64.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 91 | 0 | 0.8 | 0.30 | 0.49 | 322.5 | 0.67 | 0.31 |
| Hex | 82 | 1A | 5B | 0 | 50 | 1E | 31 | 142 | 43 | 1F |
| Octal | 202 | 32 | 133 | 0 | 120 | 36 | 61 | 502 | 103 | 37 |
| Binary | 10000010 | 11010 | 1011011 | 0 | 1010000 | 11110 | 110001 | 101000010 | 1000011 | 11111 |
Color Harmonies of #821A5B
Complementary color
Monochromatic Colors of #821A5B
Black with #821A5B
Text Example
Text Example
White with #821A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A5B; }
p { color: rgb(130,26,91); }
H1.HeaderClassName
{
color: #821A5B;
}
.AnyTagClassName
{
color: #821A5B;
}
</style>
background-color css
<style>
a { background-color: #821A5B; }
a { background-color: rgb(130,26,91); }
div.DivClassName
{
background-color: #821A5B;
}
.BgClassName
{
background-color: #821A5B;
}
</style>
border-color css
<style>
span { border-color: #821A5B; }
span { border-color: rgb(130,26,91); }
td.TdClassName
{
border-color: #821A5B;
}
.TagClassName
{
border-color: #821A5B;
}
</style>