Shades of Rose Bud Cherry #803063
Tints of Rose Bud Cherry #803063
RGB
CMYK
RGB Variations
Color information
#803063 (or 0x803063) is known color: Rose Bud Cherry. HEX triplet: 80, 30 and 63. RGB value is (128,48,99). Sum of RGB (Red+Green+Blue) = 128+48+99=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #803063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803063 is #7FCF9C. Grayscale: #4D4D4D. Windows color (decimal): -8376221 or 6500480. OLE color: 6500480.
HSL color Cylindrical-coordinate representation of color #803063: hue angle of 321.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803063 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 99 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.50 |
| HSL | 321.75º | 0.45% | 0.35% | - |
| HSV(B) | 321.75º | 0.63% | 0.5% | - |
| XYZ | 12.21 | 7.6 | 12.63 | - |
| YUV | 77.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 99 | 0 | 0.62 | 0.23 | 0.50 | 321.75 | 0.45 | 0.35 |
| Hex | 80 | 30 | 63 | 0 | 3E | 17 | 32 | 142 | 2D | 23 |
| Octal | 200 | 60 | 143 | 0 | 76 | 27 | 62 | 502 | 55 | 43 |
| Binary | 10000000 | 110000 | 1100011 | 0 | 111110 | 10111 | 110010 | 101000010 | 101101 | 100011 |
Color Harmonies of #803063
Complementary color
Monochromatic Colors of #803063
Black with #803063
Text Example
Text Example
White with #803063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803063; }
p { color: rgb(128,48,99); }
H1.HeaderClassName
{
color: #803063;
}
.AnyTagClassName
{
color: #803063;
}
</style>
background-color css
<style>
a { background-color: #803063; }
a { background-color: rgb(128,48,99); }
div.DivClassName
{
background-color: #803063;
}
.BgClassName
{
background-color: #803063;
}
</style>
border-color css
<style>
span { border-color: #803063; }
span { border-color: rgb(128,48,99); }
td.TdClassName
{
border-color: #803063;
}
.TagClassName
{
border-color: #803063;
}
</style>