Shades of Rose Bud Cherry #803064
Tints of Rose Bud Cherry #803064
RGB
CMYK
RGB Variations
Color information
#803064 (or 0x803064) is known color: Rose Bud Cherry. HEX triplet: 80, 30 and 64. RGB value is (128,48,100). Sum of RGB (Red+Green+Blue) = 128+48+100=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #803064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803064 is #7FCF9B. Grayscale: #4D4D4D. Windows color (decimal): -8376220 or 6566016. OLE color: 6566016.
HSL color Cylindrical-coordinate representation of color #803064: hue angle of 321º 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 #803064 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 100 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.50 |
| HSL | 321º | 0.45% | 0.35% | - |
| HSV(B) | 321º | 0.63% | 0.5% | - |
| XYZ | 12.26 | 7.62 | 12.88 | - |
| YUV | 77.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 100 | 0 | 0.62 | 0.22 | 0.50 | 321 | 0.45 | 0.35 |
| Hex | 80 | 30 | 64 | 0 | 3E | 16 | 32 | 141 | 2D | 23 |
| Octal | 200 | 60 | 144 | 0 | 76 | 26 | 62 | 501 | 55 | 43 |
| Binary | 10000000 | 110000 | 1100100 | 0 | 111110 | 10110 | 110010 | 101000001 | 101101 | 100011 |
Color Harmonies of #803064
Complementary color
Monochromatic Colors of #803064
Black with #803064
Text Example
Text Example
White with #803064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803064; }
p { color: rgb(128,48,100); }
H1.HeaderClassName
{
color: #803064;
}
.AnyTagClassName
{
color: #803064;
}
</style>
background-color css
<style>
a { background-color: #803064; }
a { background-color: rgb(128,48,100); }
div.DivClassName
{
background-color: #803064;
}
.BgClassName
{
background-color: #803064;
}
</style>
border-color css
<style>
span { border-color: #803064; }
span { border-color: rgb(128,48,100); }
td.TdClassName
{
border-color: #803064;
}
.TagClassName
{
border-color: #803064;
}
</style>