Shades of Rose Bud Cherry #803564
Tints of Rose Bud Cherry #803564
RGB
CMYK
RGB Variations
Color information
#803564 (or 0x803564) is known color: Rose Bud Cherry. HEX triplet: 80, 35 and 64. RGB value is (128,53,100). Sum of RGB (Red+Green+Blue) = 128+53+100=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #803564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803564 is #7FCA9B. Grayscale: #505050. Windows color (decimal): -8374940 or 6567296. OLE color: 6567296.
HSL color Cylindrical-coordinate representation of color #803564: hue angle of 322.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803564 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 100 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.50 |
| HSL | 322.4º | 0.41% | 0.35% | - |
| HSV(B) | 322.4º | 0.59% | 0.5% | - |
| XYZ | 12.48 | 8.06 | 12.95 | - |
| YUV | 80.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 100 | 0 | 0.59 | 0.22 | 0.50 | 322.4 | 0.41 | 0.35 |
| Hex | 80 | 35 | 64 | 0 | 3B | 16 | 32 | 142 | 29 | 23 |
| Octal | 200 | 65 | 144 | 0 | 73 | 26 | 62 | 502 | 51 | 43 |
| Binary | 10000000 | 110101 | 1100100 | 0 | 111011 | 10110 | 110010 | 101000010 | 101001 | 100011 |
Color Harmonies of #803564
Complementary color
Monochromatic Colors of #803564
Black with #803564
Text Example
Text Example
White with #803564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803564; }
p { color: rgb(128,53,100); }
H1.HeaderClassName
{
color: #803564;
}
.AnyTagClassName
{
color: #803564;
}
</style>
background-color css
<style>
a { background-color: #803564; }
a { background-color: rgb(128,53,100); }
div.DivClassName
{
background-color: #803564;
}
.BgClassName
{
background-color: #803564;
}
</style>
border-color css
<style>
span { border-color: #803564; }
span { border-color: rgb(128,53,100); }
td.TdClassName
{
border-color: #803564;
}
.TagClassName
{
border-color: #803564;
}
</style>