Shades of Rose Bud Cherry #82285C
Tints of Rose Bud Cherry #82285C
RGB
CMYK
RGB Variations
Color information
#82285C (or 0x82285C) is known color: Rose Bud Cherry. HEX triplet: 82, 28 and 5C. RGB value is (130,40,92). Sum of RGB (Red+Green+Blue) = 130+40+92=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82285C is #7DD7A3. Grayscale: #484848. Windows color (decimal): -8247204 or 6039682. OLE color: 6039682.
HSL color Cylindrical-coordinate representation of color #82285C: hue angle of 325.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82285C is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 92 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.49 |
| HSL | 325.33º | 0.53% | 0.33% | - |
| HSV(B) | 325.33º | 0.69% | 0.51% | - |
| XYZ | 11.9 | 7.04 | 10.86 | - |
| YUV | 72.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 92 | 0 | 0.69 | 0.29 | 0.49 | 325.33 | 0.53 | 0.33 |
| Hex | 82 | 28 | 5C | 0 | 45 | 1D | 31 | 145 | 35 | 21 |
| Octal | 202 | 50 | 134 | 0 | 105 | 35 | 61 | 505 | 65 | 41 |
| Binary | 10000010 | 101000 | 1011100 | 0 | 1000101 | 11101 | 110001 | 101000101 | 110101 | 100001 |
Color Harmonies of #82285C
Complementary color
Monochromatic Colors of #82285C
Black with #82285C
Text Example
Text Example
White with #82285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82285C; }
p { color: rgb(130,40,92); }
H1.HeaderClassName
{
color: #82285C;
}
.AnyTagClassName
{
color: #82285C;
}
</style>
background-color css
<style>
a { background-color: #82285C; }
a { background-color: rgb(130,40,92); }
div.DivClassName
{
background-color: #82285C;
}
.BgClassName
{
background-color: #82285C;
}
</style>
border-color css
<style>
span { border-color: #82285C; }
span { border-color: rgb(130,40,92); }
td.TdClassName
{
border-color: #82285C;
}
.TagClassName
{
border-color: #82285C;
}
</style>