Shades of Rose Bud Cherry #802959
Tints of Rose Bud Cherry #802959
RGB
CMYK
RGB Variations
Color information
#802959 (or 0x802959) is known color: Rose Bud Cherry. HEX triplet: 80, 29 and 59. RGB value is (128,41,89). Sum of RGB (Red+Green+Blue) = 128+41+89=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #802959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802959 is #7FD6A6. Grayscale: #484848. Windows color (decimal): -8378023 or 5843328. OLE color: 5843328.
HSL color Cylindrical-coordinate representation of color #802959: hue angle of 326.9º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802959 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 89 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.50 |
| HSL | 326.9º | 0.51% | 0.33% | - |
| HSV(B) | 326.9º | 0.68% | 0.5% | - |
| XYZ | 11.5 | 6.9 | 10.18 | - |
| YUV | 72.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 89 | 0 | 0.68 | 0.30 | 0.50 | 326.9 | 0.51 | 0.33 |
| Hex | 80 | 29 | 59 | 0 | 44 | 1E | 32 | 147 | 33 | 21 |
| Octal | 200 | 51 | 131 | 0 | 104 | 36 | 62 | 507 | 63 | 41 |
| Binary | 10000000 | 101001 | 1011001 | 0 | 1000100 | 11110 | 110010 | 101000111 | 110011 | 100001 |
Color Harmonies of #802959
Complementary color
Monochromatic Colors of #802959
Black with #802959
Text Example
Text Example
White with #802959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802959; }
p { color: rgb(128,41,89); }
H1.HeaderClassName
{
color: #802959;
}
.AnyTagClassName
{
color: #802959;
}
</style>
background-color css
<style>
a { background-color: #802959; }
a { background-color: rgb(128,41,89); }
div.DivClassName
{
background-color: #802959;
}
.BgClassName
{
background-color: #802959;
}
</style>
border-color css
<style>
span { border-color: #802959; }
span { border-color: rgb(128,41,89); }
td.TdClassName
{
border-color: #802959;
}
.TagClassName
{
border-color: #802959;
}
</style>