Shades of Rose Bud Cherry #82395D
Tints of Rose Bud Cherry #82395D
RGB
CMYK
RGB Variations
Color information
#82395D (or 0x82395D) is known color: Rose Bud Cherry. HEX triplet: 82, 39 and 5D. RGB value is (130,57,93). Sum of RGB (Red+Green+Blue) = 130+57+93=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82395D is #7DC6A2. Grayscale: #525252. Windows color (decimal): -8242851 or 6109570. OLE color: 6109570.
HSL color Cylindrical-coordinate representation of color #82395D: hue angle of 330.41º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82395D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 57 | 93 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.49 |
| HSL | 330.41º | 0.39% | 0.37% | - |
| HSV(B) | 330.41º | 0.56% | 0.51% | - |
| XYZ | 12.64 | 8.46 | 11.32 | - |
| YUV | 82.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 93 | 0 | 0.56 | 0.28 | 0.49 | 330.41 | 0.39 | 0.37 |
| Hex | 82 | 39 | 5D | 0 | 38 | 1C | 31 | 14A | 27 | 25 |
| Octal | 202 | 71 | 135 | 0 | 70 | 34 | 61 | 512 | 47 | 45 |
| Binary | 10000010 | 111001 | 1011101 | 0 | 111000 | 11100 | 110001 | 101001010 | 100111 | 100101 |
Color Harmonies of #82395D
Complementary color
Monochromatic Colors of #82395D
Black with #82395D
Text Example
Text Example
White with #82395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82395D; }
p { color: rgb(130,57,93); }
H1.HeaderClassName
{
color: #82395D;
}
.AnyTagClassName
{
color: #82395D;
}
</style>
background-color css
<style>
a { background-color: #82395D; }
a { background-color: rgb(130,57,93); }
div.DivClassName
{
background-color: #82395D;
}
.BgClassName
{
background-color: #82395D;
}
</style>
border-color css
<style>
span { border-color: #82395D; }
span { border-color: rgb(130,57,93); }
td.TdClassName
{
border-color: #82395D;
}
.TagClassName
{
border-color: #82395D;
}
</style>