Shades of Rose Bud Cherry #82315E
Tints of Rose Bud Cherry #82315E
RGB
CMYK
RGB Variations
Color information
#82315E (or 0x82315E) is known color: Rose Bud Cherry. HEX triplet: 82, 31 and 5E. RGB value is (130,49,94). Sum of RGB (Red+Green+Blue) = 130+49+94=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82315E is #7DCEA1. Grayscale: #4E4E4E. Windows color (decimal): -8244898 or 6173058. OLE color: 6173058.
HSL color Cylindrical-coordinate representation of color #82315E: hue angle of 326.67º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82315E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 94 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.49 |
| HSL | 326.67º | 0.45% | 0.35% | - |
| HSV(B) | 326.67º | 0.62% | 0.51% | - |
| XYZ | 12.32 | 7.75 | 11.44 | - |
| YUV | 78.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 94 | 0 | 0.62 | 0.28 | 0.49 | 326.67 | 0.45 | 0.35 |
| Hex | 82 | 31 | 5E | 0 | 3E | 1C | 31 | 147 | 2D | 23 |
| Octal | 202 | 61 | 136 | 0 | 76 | 34 | 61 | 507 | 55 | 43 |
| Binary | 10000010 | 110001 | 1011110 | 0 | 111110 | 11100 | 110001 | 101000111 | 101101 | 100011 |
Color Harmonies of #82315E
Complementary color
Monochromatic Colors of #82315E
Black with #82315E
Text Example
Text Example
White with #82315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82315E; }
p { color: rgb(130,49,94); }
H1.HeaderClassName
{
color: #82315E;
}
.AnyTagClassName
{
color: #82315E;
}
</style>
background-color css
<style>
a { background-color: #82315E; }
a { background-color: rgb(130,49,94); }
div.DivClassName
{
background-color: #82315E;
}
.BgClassName
{
background-color: #82315E;
}
</style>
border-color css
<style>
span { border-color: #82315E; }
span { border-color: rgb(130,49,94); }
td.TdClassName
{
border-color: #82315E;
}
.TagClassName
{
border-color: #82315E;
}
</style>