Shades of Rose Bud Cherry #80205D
Tints of Rose Bud Cherry #80205D
RGB
CMYK
RGB Variations
Color information
#80205D (or 0x80205D) is known color: Rose Bud Cherry. HEX triplet: 80, 20 and 5D. RGB value is (128,32,93). Sum of RGB (Red+Green+Blue) = 128+32+93=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80205D is #7FDFA2. Grayscale: #434343. Windows color (decimal): -8380323 or 6103168. OLE color: 6103168.
HSL color Cylindrical-coordinate representation of color #80205D: hue angle of 321.88º 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 #80205D is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 93 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.50 |
| HSL | 321.88º | 0.6% | 0.31% | - |
| HSV(B) | 321.88º | 0.75% | 0.5% | - |
| XYZ | 11.39 | 6.41 | 10.99 | - |
| YUV | 67.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 93 | 0 | 0.75 | 0.27 | 0.50 | 321.88 | 0.6 | 0.31 |
| Hex | 80 | 20 | 5D | 0 | 4B | 1B | 32 | 142 | 3C | 1F |
| Octal | 200 | 40 | 135 | 0 | 113 | 33 | 62 | 502 | 74 | 37 |
| Binary | 10000000 | 100000 | 1011101 | 0 | 1001011 | 11011 | 110010 | 101000010 | 111100 | 11111 |
Color Harmonies of #80205D
Complementary color
Monochromatic Colors of #80205D
Black with #80205D
Text Example
Text Example
White with #80205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80205D; }
p { color: rgb(128,32,93); }
H1.HeaderClassName
{
color: #80205D;
}
.AnyTagClassName
{
color: #80205D;
}
</style>
background-color css
<style>
a { background-color: #80205D; }
a { background-color: rgb(128,32,93); }
div.DivClassName
{
background-color: #80205D;
}
.BgClassName
{
background-color: #80205D;
}
</style>
border-color css
<style>
span { border-color: #80205D; }
span { border-color: rgb(128,32,93); }
td.TdClassName
{
border-color: #80205D;
}
.TagClassName
{
border-color: #80205D;
}
</style>