Shades of Rose Bud Cherry #821A52
Tints of Rose Bud Cherry #821A52
RGB
CMYK
RGB Variations
Color information
#821A52 (or 0x821A52) is known color: Rose Bud Cherry. HEX triplet: 82, 1A and 52. RGB value is (130,26,82). Sum of RGB (Red+Green+Blue) = 130+26+82=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #821A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A52 is #7DE5AD. Grayscale: #3F3F3F. Windows color (decimal): -8250798 or 5380738. OLE color: 5380738.
HSL color Cylindrical-coordinate representation of color #821A52: hue angle of 327.69º 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 #821A52 is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 82 | - |
| CMYK | 0 | 0.8 | 0.37 | 0.49 |
| HSL | 327.69º | 0.67% | 0.31% | - |
| HSV(B) | 327.69º | 0.8% | 0.51% | - |
| XYZ | 11.1 | 6.09 | 8.57 | - |
| YUV | 63.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 82 | 0 | 0.8 | 0.37 | 0.49 | 327.69 | 0.67 | 0.31 |
| Hex | 82 | 1A | 52 | 0 | 50 | 25 | 31 | 148 | 43 | 1F |
| Octal | 202 | 32 | 122 | 0 | 120 | 45 | 61 | 510 | 103 | 37 |
| Binary | 10000010 | 11010 | 1010010 | 0 | 1010000 | 100101 | 110001 | 101001000 | 1000011 | 11111 |
Color Harmonies of #821A52
Complementary color
Monochromatic Colors of #821A52
Black with #821A52
Text Example
Text Example
White with #821A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A52; }
p { color: rgb(130,26,82); }
H1.HeaderClassName
{
color: #821A52;
}
.AnyTagClassName
{
color: #821A52;
}
</style>
background-color css
<style>
a { background-color: #821A52; }
a { background-color: rgb(130,26,82); }
div.DivClassName
{
background-color: #821A52;
}
.BgClassName
{
background-color: #821A52;
}
</style>
border-color css
<style>
span { border-color: #821A52; }
span { border-color: rgb(130,26,82); }
td.TdClassName
{
border-color: #821A52;
}
.TagClassName
{
border-color: #821A52;
}
</style>