Shades of Rose Bud Cherry #821A55
Tints of Rose Bud Cherry #821A55
RGB
CMYK
RGB Variations
Color information
#821A55 (or 0x821A55) is known color: Rose Bud Cherry. HEX triplet: 82, 1A and 55. RGB value is (130,26,85). Sum of RGB (Red+Green+Blue) = 130+26+85=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #821A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A55 is #7DE5AA. Grayscale: #3F3F3F. Windows color (decimal): -8250795 or 5577346. OLE color: 5577346.
HSL color Cylindrical-coordinate representation of color #821A55: hue angle of 325.96º 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 #821A55 is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 85 | - |
| CMYK | 0 | 0.8 | 0.35 | 0.49 |
| HSL | 325.96º | 0.67% | 0.31% | - |
| HSV(B) | 325.96º | 0.8% | 0.51% | - |
| XYZ | 11.22 | 6.14 | 9.19 | - |
| YUV | 63.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 85 | 0 | 0.8 | 0.35 | 0.49 | 325.96 | 0.67 | 0.31 |
| Hex | 82 | 1A | 55 | 0 | 50 | 23 | 31 | 146 | 43 | 1F |
| Octal | 202 | 32 | 125 | 0 | 120 | 43 | 61 | 506 | 103 | 37 |
| Binary | 10000010 | 11010 | 1010101 | 0 | 1010000 | 100011 | 110001 | 101000110 | 1000011 | 11111 |
Color Harmonies of #821A55
Complementary color
Monochromatic Colors of #821A55
Black with #821A55
Text Example
Text Example
White with #821A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A55; }
p { color: rgb(130,26,85); }
H1.HeaderClassName
{
color: #821A55;
}
.AnyTagClassName
{
color: #821A55;
}
</style>
background-color css
<style>
a { background-color: #821A55; }
a { background-color: rgb(130,26,85); }
div.DivClassName
{
background-color: #821A55;
}
.BgClassName
{
background-color: #821A55;
}
</style>
border-color css
<style>
span { border-color: #821A55; }
span { border-color: rgb(130,26,85); }
td.TdClassName
{
border-color: #821A55;
}
.TagClassName
{
border-color: #821A55;
}
</style>