Shades of Rose Bud Cherry #82315D
Tints of Rose Bud Cherry #82315D
RGB
CMYK
RGB Variations
Color information
#82315D (or 0x82315D) is known color: Rose Bud Cherry. HEX triplet: 82, 31 and 5D. RGB value is (130,49,93). Sum of RGB (Red+Green+Blue) = 130+49+93=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82315D is #7DCEA2. Grayscale: #4E4E4E. Windows color (decimal): -8244899 or 6107522. OLE color: 6107522.
HSL color Cylindrical-coordinate representation of color #82315D: hue angle of 327.41º 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 #82315D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 93 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.49 |
| HSL | 327.41º | 0.45% | 0.35% | - |
| HSV(B) | 327.41º | 0.62% | 0.51% | - |
| XYZ | 12.28 | 7.73 | 11.2 | - |
| YUV | 78.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 93 | 0 | 0.62 | 0.28 | 0.49 | 327.41 | 0.45 | 0.35 |
| Hex | 82 | 31 | 5D | 0 | 3E | 1C | 31 | 147 | 2D | 23 |
| Octal | 202 | 61 | 135 | 0 | 76 | 34 | 61 | 507 | 55 | 43 |
| Binary | 10000010 | 110001 | 1011101 | 0 | 111110 | 11100 | 110001 | 101000111 | 101101 | 100011 |
Color Harmonies of #82315D
Complementary color
Monochromatic Colors of #82315D
Black with #82315D
Text Example
Text Example
White with #82315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82315D; }
p { color: rgb(130,49,93); }
H1.HeaderClassName
{
color: #82315D;
}
.AnyTagClassName
{
color: #82315D;
}
</style>
background-color css
<style>
a { background-color: #82315D; }
a { background-color: rgb(130,49,93); }
div.DivClassName
{
background-color: #82315D;
}
.BgClassName
{
background-color: #82315D;
}
</style>
border-color css
<style>
span { border-color: #82315D; }
span { border-color: rgb(130,49,93); }
td.TdClassName
{
border-color: #82315D;
}
.TagClassName
{
border-color: #82315D;
}
</style>