Shades of Rose Bud Cherry #803360
Tints of Rose Bud Cherry #803360
RGB
CMYK
RGB Variations
Color information
#803360 (or 0x803360) is known color: Rose Bud Cherry. HEX triplet: 80, 33 and 60. RGB value is (128,51,96). Sum of RGB (Red+Green+Blue) = 128+51+96=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #803360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803360 is #7FCC9F. Grayscale: #4F4F4F. Windows color (decimal): -8375456 or 6304640. OLE color: 6304640.
HSL color Cylindrical-coordinate representation of color #803360: hue angle of 324.94º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803360 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 96 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.50 |
| HSL | 324.94º | 0.43% | 0.35% | - |
| HSV(B) | 324.94º | 0.6% | 0.5% | - |
| XYZ | 12.2 | 7.8 | 11.93 | - |
| YUV | 79.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 96 | 0 | 0.60 | 0.25 | 0.50 | 324.94 | 0.43 | 0.35 |
| Hex | 80 | 33 | 60 | 0 | 3C | 19 | 32 | 145 | 2B | 23 |
| Octal | 200 | 63 | 140 | 0 | 74 | 31 | 62 | 505 | 53 | 43 |
| Binary | 10000000 | 110011 | 1100000 | 0 | 111100 | 11001 | 110010 | 101000101 | 101011 | 100011 |
Color Harmonies of #803360
Complementary color
Monochromatic Colors of #803360
Black with #803360
Text Example
Text Example
White with #803360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803360; }
p { color: rgb(128,51,96); }
H1.HeaderClassName
{
color: #803360;
}
.AnyTagClassName
{
color: #803360;
}
</style>
background-color css
<style>
a { background-color: #803360; }
a { background-color: rgb(128,51,96); }
div.DivClassName
{
background-color: #803360;
}
.BgClassName
{
background-color: #803360;
}
</style>
border-color css
<style>
span { border-color: #803360; }
span { border-color: rgb(128,51,96); }
td.TdClassName
{
border-color: #803360;
}
.TagClassName
{
border-color: #803360;
}
</style>