Shades of Rose Bud Cherry #802056
Tints of Rose Bud Cherry #802056
RGB
CMYK
RGB Variations
Color information
#802056 (or 0x802056) is known color: Rose Bud Cherry. HEX triplet: 80, 20 and 56. RGB value is (128,32,86). Sum of RGB (Red+Green+Blue) = 128+32+86=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #802056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802056 is #7FDFA9. Grayscale: #424242. Windows color (decimal): -8380330 or 5644416. OLE color: 5644416.
HSL color Cylindrical-coordinate representation of color #802056: hue angle of 326.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802056 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 86 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.50 |
| HSL | 326.25º | 0.6% | 0.31% | - |
| HSV(B) | 326.25º | 0.75% | 0.5% | - |
| XYZ | 11.1 | 6.29 | 9.43 | - |
| YUV | 66.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 86 | 0 | 0.75 | 0.33 | 0.50 | 326.25 | 0.6 | 0.31 |
| Hex | 80 | 20 | 56 | 0 | 4B | 21 | 32 | 146 | 3C | 1F |
| Octal | 200 | 40 | 126 | 0 | 113 | 41 | 62 | 506 | 74 | 37 |
| Binary | 10000000 | 100000 | 1010110 | 0 | 1001011 | 100001 | 110010 | 101000110 | 111100 | 11111 |
Color Harmonies of #802056
Complementary color
Monochromatic Colors of #802056
Black with #802056
Text Example
Text Example
White with #802056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802056; }
p { color: rgb(128,32,86); }
H1.HeaderClassName
{
color: #802056;
}
.AnyTagClassName
{
color: #802056;
}
</style>
background-color css
<style>
a { background-color: #802056; }
a { background-color: rgb(128,32,86); }
div.DivClassName
{
background-color: #802056;
}
.BgClassName
{
background-color: #802056;
}
</style>
border-color css
<style>
span { border-color: #802056; }
span { border-color: rgb(128,32,86); }
td.TdClassName
{
border-color: #802056;
}
.TagClassName
{
border-color: #802056;
}
</style>