Shades of Rose Bud Cherry #82315C
Tints of Rose Bud Cherry #82315C
RGB
CMYK
RGB Variations
Color information
#82315C (or 0x82315C) is known color: Rose Bud Cherry. HEX triplet: 82, 31 and 5C. RGB value is (130,49,92). Sum of RGB (Red+Green+Blue) = 130+49+92=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82315C is #7DCEA3. Grayscale: #4E4E4E. Windows color (decimal): -8244900 or 6041986. OLE color: 6041986.
HSL color Cylindrical-coordinate representation of color #82315C: hue angle of 328.15º 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 #82315C is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 92 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.49 |
| HSL | 328.15º | 0.45% | 0.35% | - |
| HSV(B) | 328.15º | 0.62% | 0.51% | - |
| XYZ | 12.24 | 7.72 | 10.97 | - |
| YUV | 78.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 92 | 0 | 0.62 | 0.29 | 0.49 | 328.15 | 0.45 | 0.35 |
| Hex | 82 | 31 | 5C | 0 | 3E | 1D | 31 | 148 | 2D | 23 |
| Octal | 202 | 61 | 134 | 0 | 76 | 35 | 61 | 510 | 55 | 43 |
| Binary | 10000010 | 110001 | 1011100 | 0 | 111110 | 11101 | 110001 | 101001000 | 101101 | 100011 |
Color Harmonies of #82315C
Complementary color
Monochromatic Colors of #82315C
Black with #82315C
Text Example
Text Example
White with #82315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82315C; }
p { color: rgb(130,49,92); }
H1.HeaderClassName
{
color: #82315C;
}
.AnyTagClassName
{
color: #82315C;
}
</style>
background-color css
<style>
a { background-color: #82315C; }
a { background-color: rgb(130,49,92); }
div.DivClassName
{
background-color: #82315C;
}
.BgClassName
{
background-color: #82315C;
}
</style>
border-color css
<style>
span { border-color: #82315C; }
span { border-color: rgb(130,49,92); }
td.TdClassName
{
border-color: #82315C;
}
.TagClassName
{
border-color: #82315C;
}
</style>