Shades of Rose Bud Cherry #82385E
Tints of Rose Bud Cherry #82385E
RGB
CMYK
RGB Variations
Color information
#82385E (or 0x82385E) is known color: Rose Bud Cherry. HEX triplet: 82, 38 and 5E. RGB value is (130,56,94). Sum of RGB (Red+Green+Blue) = 130+56+94=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82385E is #7DC7A1. Grayscale: #525252. Windows color (decimal): -8243106 or 6174850. OLE color: 6174850.
HSL color Cylindrical-coordinate representation of color #82385E: hue angle of 329.19º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82385E is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 94 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.49 |
| HSL | 329.19º | 0.4% | 0.36% | - |
| HSV(B) | 329.19º | 0.57% | 0.51% | - |
| XYZ | 12.64 | 8.38 | 11.54 | - |
| YUV | 82.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 94 | 0 | 0.57 | 0.28 | 0.49 | 329.19 | 0.4 | 0.36 |
| Hex | 82 | 38 | 5E | 0 | 39 | 1C | 31 | 149 | 28 | 24 |
| Octal | 202 | 70 | 136 | 0 | 71 | 34 | 61 | 511 | 50 | 44 |
| Binary | 10000010 | 111000 | 1011110 | 0 | 111001 | 11100 | 110001 | 101001001 | 101000 | 100100 |
Color Harmonies of #82385E
Complementary color
Monochromatic Colors of #82385E
Black with #82385E
Text Example
Text Example
White with #82385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82385E; }
p { color: rgb(130,56,94); }
H1.HeaderClassName
{
color: #82385E;
}
.AnyTagClassName
{
color: #82385E;
}
</style>
background-color css
<style>
a { background-color: #82385E; }
a { background-color: rgb(130,56,94); }
div.DivClassName
{
background-color: #82385E;
}
.BgClassName
{
background-color: #82385E;
}
</style>
border-color css
<style>
span { border-color: #82385E; }
span { border-color: rgb(130,56,94); }
td.TdClassName
{
border-color: #82385E;
}
.TagClassName
{
border-color: #82385E;
}
</style>