Shades of Rose Bud Cherry #80225E
Tints of Rose Bud Cherry #80225E
RGB
CMYK
RGB Variations
Color information
#80225E (or 0x80225E) is known color: Rose Bud Cherry. HEX triplet: 80, 22 and 5E. RGB value is (128,34,94). Sum of RGB (Red+Green+Blue) = 128+34+94=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80225E is #7FDDA1. Grayscale: #444444. Windows color (decimal): -8379810 or 6169216. OLE color: 6169216.
HSL color Cylindrical-coordinate representation of color #80225E: hue angle of 321.7º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80225E is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 94 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.50 |
| HSL | 321.7º | 0.58% | 0.32% | - |
| HSV(B) | 321.7º | 0.73% | 0.5% | - |
| XYZ | 11.49 | 6.54 | 11.25 | - |
| YUV | 68.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 94 | 0 | 0.73 | 0.27 | 0.50 | 321.7 | 0.58 | 0.32 |
| Hex | 80 | 22 | 5E | 0 | 49 | 1B | 32 | 142 | 3A | 20 |
| Octal | 200 | 42 | 136 | 0 | 111 | 33 | 62 | 502 | 72 | 40 |
| Binary | 10000000 | 100010 | 1011110 | 0 | 1001001 | 11011 | 110010 | 101000010 | 111010 | 100000 |
Color Harmonies of #80225E
Complementary color
Monochromatic Colors of #80225E
Black with #80225E
Text Example
Text Example
White with #80225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80225E; }
p { color: rgb(128,34,94); }
H1.HeaderClassName
{
color: #80225E;
}
.AnyTagClassName
{
color: #80225E;
}
</style>
background-color css
<style>
a { background-color: #80225E; }
a { background-color: rgb(128,34,94); }
div.DivClassName
{
background-color: #80225E;
}
.BgClassName
{
background-color: #80225E;
}
</style>
border-color css
<style>
span { border-color: #80225E; }
span { border-color: rgb(128,34,94); }
td.TdClassName
{
border-color: #80225E;
}
.TagClassName
{
border-color: #80225E;
}
</style>