Shades of Rose Bud Cherry #802D59
Tints of Rose Bud Cherry #802D59
RGB
CMYK
RGB Variations
Color information
#802D59 (or 0x802D59) is known color: Rose Bud Cherry. HEX triplet: 80, 2D and 59. RGB value is (128,45,89). Sum of RGB (Red+Green+Blue) = 128+45+89=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #802D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802D59 is #7FD2A6. Grayscale: #4A4A4A. Windows color (decimal): -8376999 or 5844352. OLE color: 5844352.
HSL color Cylindrical-coordinate representation of color #802D59: hue angle of 328.19º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D59 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 89 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.50 |
| HSL | 328.19º | 0.48% | 0.34% | - |
| HSV(B) | 328.19º | 0.65% | 0.5% | - |
| XYZ | 11.64 | 7.19 | 10.22 | - |
| YUV | 74.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 89 | 0 | 0.65 | 0.30 | 0.50 | 328.19 | 0.48 | 0.34 |
| Hex | 80 | 2D | 59 | 0 | 41 | 1E | 32 | 148 | 30 | 22 |
| Octal | 200 | 55 | 131 | 0 | 101 | 36 | 62 | 510 | 60 | 42 |
| Binary | 10000000 | 101101 | 1011001 | 0 | 1000001 | 11110 | 110010 | 101001000 | 110000 | 100010 |
Color Harmonies of #802D59
Complementary color
Monochromatic Colors of #802D59
Black with #802D59
Text Example
Text Example
White with #802D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D59; }
p { color: rgb(128,45,89); }
H1.HeaderClassName
{
color: #802D59;
}
.AnyTagClassName
{
color: #802D59;
}
</style>
background-color css
<style>
a { background-color: #802D59; }
a { background-color: rgb(128,45,89); }
div.DivClassName
{
background-color: #802D59;
}
.BgClassName
{
background-color: #802D59;
}
</style>
border-color css
<style>
span { border-color: #802D59; }
span { border-color: rgb(128,45,89); }
td.TdClassName
{
border-color: #802D59;
}
.TagClassName
{
border-color: #802D59;
}
</style>