Shades of Rose Bud Cherry #80215E
Tints of Rose Bud Cherry #80215E
RGB
CMYK
RGB Variations
Color information
#80215E (or 0x80215E) is known color: Rose Bud Cherry. HEX triplet: 80, 21 and 5E. RGB value is (128,33,94). Sum of RGB (Red+Green+Blue) = 128+33+94=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80215E is #7FDEA1. Grayscale: #444444. Windows color (decimal): -8380066 or 6168960. OLE color: 6168960.
HSL color Cylindrical-coordinate representation of color #80215E: hue angle of 321.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80215E is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 94 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.50 |
| HSL | 321.47º | 0.59% | 0.32% | - |
| HSV(B) | 321.47º | 0.74% | 0.5% | - |
| XYZ | 11.47 | 6.49 | 11.24 | - |
| YUV | 68.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 94 | 0 | 0.74 | 0.27 | 0.50 | 321.47 | 0.59 | 0.32 |
| Hex | 80 | 21 | 5E | 0 | 4A | 1B | 32 | 141 | 3B | 20 |
| Octal | 200 | 41 | 136 | 0 | 112 | 33 | 62 | 501 | 73 | 40 |
| Binary | 10000000 | 100001 | 1011110 | 0 | 1001010 | 11011 | 110010 | 101000001 | 111011 | 100000 |
Color Harmonies of #80215E
Complementary color
Monochromatic Colors of #80215E
Black with #80215E
Text Example
Text Example
White with #80215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80215E; }
p { color: rgb(128,33,94); }
H1.HeaderClassName
{
color: #80215E;
}
.AnyTagClassName
{
color: #80215E;
}
</style>
background-color css
<style>
a { background-color: #80215E; }
a { background-color: rgb(128,33,94); }
div.DivClassName
{
background-color: #80215E;
}
.BgClassName
{
background-color: #80215E;
}
</style>
border-color css
<style>
span { border-color: #80215E; }
span { border-color: rgb(128,33,94); }
td.TdClassName
{
border-color: #80215E;
}
.TagClassName
{
border-color: #80215E;
}
</style>