Shades of Rose Bud Cherry #802862
Tints of Rose Bud Cherry #802862
RGB
CMYK
RGB Variations
Color information
#802862 (or 0x802862) is known color: Rose Bud Cherry. HEX triplet: 80, 28 and 62. RGB value is (128,40,98). Sum of RGB (Red+Green+Blue) = 128+40+98=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #802862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802862 is #7FD79D. Grayscale: #484848. Windows color (decimal): -8378270 or 6432896. OLE color: 6432896.
HSL color Cylindrical-coordinate representation of color #802862: hue angle of 320.45º 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 #802862 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 98 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.50 |
| HSL | 320.45º | 0.52% | 0.33% | - |
| HSV(B) | 320.45º | 0.69% | 0.5% | - |
| XYZ | 11.87 | 6.99 | 12.28 | - |
| YUV | 72.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 98 | 0 | 0.69 | 0.23 | 0.50 | 320.45 | 0.52 | 0.33 |
| Hex | 80 | 28 | 62 | 0 | 45 | 17 | 32 | 140 | 34 | 21 |
| Octal | 200 | 50 | 142 | 0 | 105 | 27 | 62 | 500 | 64 | 41 |
| Binary | 10000000 | 101000 | 1100010 | 0 | 1000101 | 10111 | 110010 | 101000000 | 110100 | 100001 |
Color Harmonies of #802862
Complementary color
Monochromatic Colors of #802862
Black with #802862
Text Example
Text Example
White with #802862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802862; }
p { color: rgb(128,40,98); }
H1.HeaderClassName
{
color: #802862;
}
.AnyTagClassName
{
color: #802862;
}
</style>
background-color css
<style>
a { background-color: #802862; }
a { background-color: rgb(128,40,98); }
div.DivClassName
{
background-color: #802862;
}
.BgClassName
{
background-color: #802862;
}
</style>
border-color css
<style>
span { border-color: #802862; }
span { border-color: rgb(128,40,98); }
td.TdClassName
{
border-color: #802862;
}
.TagClassName
{
border-color: #802862;
}
</style>