Shades of Rose Bud Cherry #80285B
Tints of Rose Bud Cherry #80285B
RGB
CMYK
RGB Variations
Color information
#80285B (or 0x80285B) is known color: Rose Bud Cherry. HEX triplet: 80, 28 and 5B. RGB value is (128,40,91). Sum of RGB (Red+Green+Blue) = 128+40+91=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80285B is #7FD7A4. Grayscale: #484848. Windows color (decimal): -8378277 or 5974144. OLE color: 5974144.
HSL color Cylindrical-coordinate representation of color #80285B: hue angle of 325.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80285B is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 91 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.50 |
| HSL | 325.23º | 0.52% | 0.33% | - |
| HSV(B) | 325.23º | 0.69% | 0.5% | - |
| XYZ | 11.55 | 6.86 | 10.61 | - |
| YUV | 72.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 91 | 0 | 0.69 | 0.29 | 0.50 | 325.23 | 0.52 | 0.33 |
| Hex | 80 | 28 | 5B | 0 | 45 | 1D | 32 | 145 | 34 | 21 |
| Octal | 200 | 50 | 133 | 0 | 105 | 35 | 62 | 505 | 64 | 41 |
| Binary | 10000000 | 101000 | 1011011 | 0 | 1000101 | 11101 | 110010 | 101000101 | 110100 | 100001 |
Color Harmonies of #80285B
Complementary color
Monochromatic Colors of #80285B
Black with #80285B
Text Example
Text Example
White with #80285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80285B; }
p { color: rgb(128,40,91); }
H1.HeaderClassName
{
color: #80285B;
}
.AnyTagClassName
{
color: #80285B;
}
</style>
background-color css
<style>
a { background-color: #80285B; }
a { background-color: rgb(128,40,91); }
div.DivClassName
{
background-color: #80285B;
}
.BgClassName
{
background-color: #80285B;
}
</style>
border-color css
<style>
span { border-color: #80285B; }
span { border-color: rgb(128,40,91); }
td.TdClassName
{
border-color: #80285B;
}
.TagClassName
{
border-color: #80285B;
}
</style>