Shades of Rose Bud Cherry #821255
Tints of Rose Bud Cherry #821255
RGB
CMYK
RGB Variations
Color information
#821255 (or 0x821255) is known color: Rose Bud Cherry. HEX triplet: 82, 12 and 55. RGB value is (130,18,85). Sum of RGB (Red+Green+Blue) = 130+18+85=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #821255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821255 is #7DEDAA. Grayscale: #3A3A3A. Windows color (decimal): -8252843 or 5575298. OLE color: 5575298.
HSL color Cylindrical-coordinate representation of color #821255: hue angle of 324.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821255 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 85 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.49 |
| HSL | 324.11º | 0.76% | 0.29% | - |
| HSV(B) | 324.11º | 0.86% | 0.51% | - |
| XYZ | 11.06 | 5.83 | 9.14 | - |
| YUV | 59.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 85 | 0 | 0.86 | 0.35 | 0.49 | 324.11 | 0.76 | 0.29 |
| Hex | 82 | 12 | 55 | 0 | 56 | 23 | 31 | 144 | 4C | 1D |
| Octal | 202 | 22 | 125 | 0 | 126 | 43 | 61 | 504 | 114 | 35 |
| Binary | 10000010 | 10010 | 1010101 | 0 | 1010110 | 100011 | 110001 | 101000100 | 1001100 | 11101 |
Color Harmonies of #821255
Complementary color
Monochromatic Colors of #821255
Black with #821255
Text Example
Text Example
White with #821255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821255; }
p { color: rgb(130,18,85); }
H1.HeaderClassName
{
color: #821255;
}
.AnyTagClassName
{
color: #821255;
}
</style>
background-color css
<style>
a { background-color: #821255; }
a { background-color: rgb(130,18,85); }
div.DivClassName
{
background-color: #821255;
}
.BgClassName
{
background-color: #821255;
}
</style>
border-color css
<style>
span { border-color: #821255; }
span { border-color: rgb(130,18,85); }
td.TdClassName
{
border-color: #821255;
}
.TagClassName
{
border-color: #821255;
}
</style>