Shades of Rose Bud Cherry #82305D
Tints of Rose Bud Cherry #82305D
RGB
CMYK
RGB Variations
Color information
#82305D (or 0x82305D) is known color: Rose Bud Cherry. HEX triplet: 82, 30 and 5D. RGB value is (130,48,93). Sum of RGB (Red+Green+Blue) = 130+48+93=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82305D is #7DCFA2. Grayscale: #4D4D4D. Windows color (decimal): -8245155 or 6107266. OLE color: 6107266.
HSL color Cylindrical-coordinate representation of color #82305D: hue angle of 327.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82305D is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 93 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.49 |
| HSL | 327.07º | 0.46% | 0.35% | - |
| HSV(B) | 327.07º | 0.63% | 0.51% | - |
| XYZ | 12.24 | 7.65 | 11.19 | - |
| YUV | 77.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 93 | 0 | 0.63 | 0.28 | 0.49 | 327.07 | 0.46 | 0.35 |
| Hex | 82 | 30 | 5D | 0 | 3F | 1C | 31 | 147 | 2E | 23 |
| Octal | 202 | 60 | 135 | 0 | 77 | 34 | 61 | 507 | 56 | 43 |
| Binary | 10000010 | 110000 | 1011101 | 0 | 111111 | 11100 | 110001 | 101000111 | 101110 | 100011 |
Color Harmonies of #82305D
Complementary color
Monochromatic Colors of #82305D
Black with #82305D
Text Example
Text Example
White with #82305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82305D; }
p { color: rgb(130,48,93); }
H1.HeaderClassName
{
color: #82305D;
}
.AnyTagClassName
{
color: #82305D;
}
</style>
background-color css
<style>
a { background-color: #82305D; }
a { background-color: rgb(130,48,93); }
div.DivClassName
{
background-color: #82305D;
}
.BgClassName
{
background-color: #82305D;
}
</style>
border-color css
<style>
span { border-color: #82305D; }
span { border-color: rgb(130,48,93); }
td.TdClassName
{
border-color: #82305D;
}
.TagClassName
{
border-color: #82305D;
}
</style>