Shades of Rose Bud Cherry #821A58
Tints of Rose Bud Cherry #821A58
RGB
CMYK
RGB Variations
Color information
#821A58 (or 0x821A58) is known color: Rose Bud Cherry. HEX triplet: 82, 1A and 58. RGB value is (130,26,88). Sum of RGB (Red+Green+Blue) = 130+26+88=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #821A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A58 is #7DE5A7. Grayscale: #404040. Windows color (decimal): -8250792 or 5773954. OLE color: 5773954.
HSL color Cylindrical-coordinate representation of color #821A58: hue angle of 324.23º 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 #821A58 is Cyan = 0, Magento = 0.8, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 88 | - |
| CMYK | 0 | 0.8 | 0.32 | 0.49 |
| HSL | 324.23º | 0.67% | 0.31% | - |
| HSV(B) | 324.23º | 0.8% | 0.51% | - |
| XYZ | 11.34 | 6.19 | 9.83 | - |
| YUV | 64.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 88 | 0 | 0.8 | 0.32 | 0.49 | 324.23 | 0.67 | 0.31 |
| Hex | 82 | 1A | 58 | 0 | 50 | 20 | 31 | 144 | 43 | 1F |
| Octal | 202 | 32 | 130 | 0 | 120 | 40 | 61 | 504 | 103 | 37 |
| Binary | 10000010 | 11010 | 1011000 | 0 | 1010000 | 100000 | 110001 | 101000100 | 1000011 | 11111 |
Color Harmonies of #821A58
Complementary color
Monochromatic Colors of #821A58
Black with #821A58
Text Example
Text Example
White with #821A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A58; }
p { color: rgb(130,26,88); }
H1.HeaderClassName
{
color: #821A58;
}
.AnyTagClassName
{
color: #821A58;
}
</style>
background-color css
<style>
a { background-color: #821A58; }
a { background-color: rgb(130,26,88); }
div.DivClassName
{
background-color: #821A58;
}
.BgClassName
{
background-color: #821A58;
}
</style>
border-color css
<style>
span { border-color: #821A58; }
span { border-color: rgb(130,26,88); }
td.TdClassName
{
border-color: #821A58;
}
.TagClassName
{
border-color: #821A58;
}
</style>