Shades of Rose Bud Cherry #80285A
Tints of Rose Bud Cherry #80285A
RGB
CMYK
RGB Variations
Color information
#80285A (or 0x80285A) is known color: Rose Bud Cherry. HEX triplet: 80, 28 and 5A. RGB value is (128,40,90). Sum of RGB (Red+Green+Blue) = 128+40+90=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80285A is #7FD7A5. Grayscale: #474747. Windows color (decimal): -8378278 or 5908608. OLE color: 5908608.
HSL color Cylindrical-coordinate representation of color #80285A: hue angle of 325.91º 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 #80285A is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 90 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.50 |
| HSL | 325.91º | 0.52% | 0.33% | - |
| HSV(B) | 325.91º | 0.69% | 0.5% | - |
| XYZ | 11.51 | 6.84 | 10.39 | - |
| YUV | 72.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 90 | 0 | 0.69 | 0.30 | 0.50 | 325.91 | 0.52 | 0.33 |
| Hex | 80 | 28 | 5A | 0 | 45 | 1E | 32 | 146 | 34 | 21 |
| Octal | 200 | 50 | 132 | 0 | 105 | 36 | 62 | 506 | 64 | 41 |
| Binary | 10000000 | 101000 | 1011010 | 0 | 1000101 | 11110 | 110010 | 101000110 | 110100 | 100001 |
Color Harmonies of #80285A
Complementary color
Monochromatic Colors of #80285A
Black with #80285A
Text Example
Text Example
White with #80285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80285A; }
p { color: rgb(128,40,90); }
H1.HeaderClassName
{
color: #80285A;
}
.AnyTagClassName
{
color: #80285A;
}
</style>
background-color css
<style>
a { background-color: #80285A; }
a { background-color: rgb(128,40,90); }
div.DivClassName
{
background-color: #80285A;
}
.BgClassName
{
background-color: #80285A;
}
</style>
border-color css
<style>
span { border-color: #80285A; }
span { border-color: rgb(128,40,90); }
td.TdClassName
{
border-color: #80285A;
}
.TagClassName
{
border-color: #80285A;
}
</style>