Shades of Rose Bud Cherry #83305E
Tints of Rose Bud Cherry #83305E
RGB
CMYK
RGB Variations
Color information
#83305E (or 0x83305E) is known color: Rose Bud Cherry. HEX triplet: 83, 30 and 5E. RGB value is (131,48,94). Sum of RGB (Red+Green+Blue) = 131+48+94=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83305E is #7CCFA1. Grayscale: #4D4D4D. Windows color (decimal): -8179618 or 6172803. OLE color: 6172803.
HSL color Cylindrical-coordinate representation of color #83305E: hue angle of 326.75º 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 #83305E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 94 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.49 |
| HSL | 326.75º | 0.46% | 0.35% | - |
| HSV(B) | 326.75º | 0.63% | 0.51% | - |
| XYZ | 12.44 | 7.75 | 11.43 | - |
| YUV | 78.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 94 | 0 | 0.63 | 0.28 | 0.49 | 326.75 | 0.46 | 0.35 |
| Hex | 83 | 30 | 5E | 0 | 3F | 1C | 31 | 147 | 2E | 23 |
| Octal | 203 | 60 | 136 | 0 | 77 | 34 | 61 | 507 | 56 | 43 |
| Binary | 10000011 | 110000 | 1011110 | 0 | 111111 | 11100 | 110001 | 101000111 | 101110 | 100011 |
Color Harmonies of #83305E
Complementary color
Monochromatic Colors of #83305E
Black with #83305E
Text Example
Text Example
White with #83305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83305E; }
p { color: rgb(131,48,94); }
H1.HeaderClassName
{
color: #83305E;
}
.AnyTagClassName
{
color: #83305E;
}
</style>
background-color css
<style>
a { background-color: #83305E; }
a { background-color: rgb(131,48,94); }
div.DivClassName
{
background-color: #83305E;
}
.BgClassName
{
background-color: #83305E;
}
</style>
border-color css
<style>
span { border-color: #83305E; }
span { border-color: rgb(131,48,94); }
td.TdClassName
{
border-color: #83305E;
}
.TagClassName
{
border-color: #83305E;
}
</style>