Shades of Rose Bud Cherry #82275D
Tints of Rose Bud Cherry #82275D
RGB
CMYK
RGB Variations
Color information
#82275D (or 0x82275D) is known color: Rose Bud Cherry. HEX triplet: 82, 27 and 5D. RGB value is (130,39,93). Sum of RGB (Red+Green+Blue) = 130+39+93=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82275D is #7DD8A2. Grayscale: #484848. Windows color (decimal): -8247459 or 6104962. OLE color: 6104962.
HSL color Cylindrical-coordinate representation of color #82275D: hue angle of 324.4º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82275D is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 39 | 93 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.49 |
| HSL | 324.4º | 0.54% | 0.33% | - |
| HSV(B) | 324.4º | 0.7% | 0.51% | - |
| XYZ | 11.91 | 6.99 | 11.08 | - |
| YUV | 72.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 93 | 0 | 0.70 | 0.28 | 0.49 | 324.4 | 0.54 | 0.33 |
| Hex | 82 | 27 | 5D | 0 | 46 | 1C | 31 | 144 | 36 | 21 |
| Octal | 202 | 47 | 135 | 0 | 106 | 34 | 61 | 504 | 66 | 41 |
| Binary | 10000010 | 100111 | 1011101 | 0 | 1000110 | 11100 | 110001 | 101000100 | 110110 | 100001 |
Color Harmonies of #82275D
Complementary color
Monochromatic Colors of #82275D
Black with #82275D
Text Example
Text Example
White with #82275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82275D; }
p { color: rgb(130,39,93); }
H1.HeaderClassName
{
color: #82275D;
}
.AnyTagClassName
{
color: #82275D;
}
</style>
background-color css
<style>
a { background-color: #82275D; }
a { background-color: rgb(130,39,93); }
div.DivClassName
{
background-color: #82275D;
}
.BgClassName
{
background-color: #82275D;
}
</style>
border-color css
<style>
span { border-color: #82275D; }
span { border-color: rgb(130,39,93); }
td.TdClassName
{
border-color: #82275D;
}
.TagClassName
{
border-color: #82275D;
}
</style>