Shades of Rose Bud Cherry #80205F
Tints of Rose Bud Cherry #80205F
RGB
CMYK
RGB Variations
Color information
#80205F (or 0x80205F) is known color: Rose Bud Cherry. HEX triplet: 80, 20 and 5F. RGB value is (128,32,95). Sum of RGB (Red+Green+Blue) = 128+32+95=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80205F is #7FDFA0. Grayscale: #434343. Windows color (decimal): -8380321 or 6234240. OLE color: 6234240.
HSL color Cylindrical-coordinate representation of color #80205F: hue angle of 320.62º 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 #80205F is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 95 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.50 |
| HSL | 320.63º | 0.6% | 0.31% | - |
| HSV(B) | 320.63º | 0.75% | 0.5% | - |
| XYZ | 11.48 | 6.45 | 11.47 | - |
| YUV | 67.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 95 | 0 | 0.75 | 0.26 | 0.50 | 320.63 | 0.6 | 0.31 |
| Hex | 80 | 20 | 5F | 0 | 4B | 1A | 32 | 141 | 3C | 1F |
| Octal | 200 | 40 | 137 | 0 | 113 | 32 | 62 | 501 | 74 | 37 |
| Binary | 10000000 | 100000 | 1011111 | 0 | 1001011 | 11010 | 110010 | 101000001 | 111100 | 11111 |
Color Harmonies of #80205F
Complementary color
Monochromatic Colors of #80205F
Black with #80205F
Text Example
Text Example
White with #80205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80205F; }
p { color: rgb(128,32,95); }
H1.HeaderClassName
{
color: #80205F;
}
.AnyTagClassName
{
color: #80205F;
}
</style>
background-color css
<style>
a { background-color: #80205F; }
a { background-color: rgb(128,32,95); }
div.DivClassName
{
background-color: #80205F;
}
.BgClassName
{
background-color: #80205F;
}
</style>
border-color css
<style>
span { border-color: #80205F; }
span { border-color: rgb(128,32,95); }
td.TdClassName
{
border-color: #80205F;
}
.TagClassName
{
border-color: #80205F;
}
</style>