Shades of Rose Bud Cherry #83285D
Tints of Rose Bud Cherry #83285D
RGB
CMYK
RGB Variations
Color information
#83285D (or 0x83285D) is known color: Rose Bud Cherry. HEX triplet: 83, 28 and 5D. RGB value is (131,40,93). Sum of RGB (Red+Green+Blue) = 131+40+93=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #83285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83285D is #7CD7A2. Grayscale: #494949. Windows color (decimal): -8181667 or 6105219. OLE color: 6105219.
HSL color Cylindrical-coordinate representation of color #83285D: hue angle of 325.05º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83285D is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 93 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.49 |
| HSL | 325.05º | 0.53% | 0.34% | - |
| HSV(B) | 325.05º | 0.69% | 0.51% | - |
| XYZ | 12.09 | 7.13 | 11.1 | - |
| YUV | 73.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 93 | 0 | 0.69 | 0.29 | 0.49 | 325.05 | 0.53 | 0.34 |
| Hex | 83 | 28 | 5D | 0 | 45 | 1D | 31 | 145 | 35 | 22 |
| Octal | 203 | 50 | 135 | 0 | 105 | 35 | 61 | 505 | 65 | 42 |
| Binary | 10000011 | 101000 | 1011101 | 0 | 1000101 | 11101 | 110001 | 101000101 | 110101 | 100010 |
Color Harmonies of #83285D
Complementary color
Monochromatic Colors of #83285D
Black with #83285D
Text Example
Text Example
White with #83285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83285D; }
p { color: rgb(131,40,93); }
H1.HeaderClassName
{
color: #83285D;
}
.AnyTagClassName
{
color: #83285D;
}
</style>
background-color css
<style>
a { background-color: #83285D; }
a { background-color: rgb(131,40,93); }
div.DivClassName
{
background-color: #83285D;
}
.BgClassName
{
background-color: #83285D;
}
</style>
border-color css
<style>
span { border-color: #83285D; }
span { border-color: rgb(131,40,93); }
td.TdClassName
{
border-color: #83285D;
}
.TagClassName
{
border-color: #83285D;
}
</style>