Shades of Rose Bud Cherry #802360
Tints of Rose Bud Cherry #802360
RGB
CMYK
RGB Variations
Color information
#802360 (or 0x802360) is known color: Rose Bud Cherry. HEX triplet: 80, 23 and 60. RGB value is (128,35,96). Sum of RGB (Red+Green+Blue) = 128+35+96=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #802360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802360 is #7FDC9F. Grayscale: #454545. Windows color (decimal): -8379552 or 6300544. OLE color: 6300544.
HSL color Cylindrical-coordinate representation of color #802360: hue angle of 320.65º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802360 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 96 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.50 |
| HSL | 320.65º | 0.57% | 0.32% | - |
| HSV(B) | 320.65º | 0.73% | 0.5% | - |
| XYZ | 11.61 | 6.64 | 11.74 | - |
| YUV | 69.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 96 | 0 | 0.73 | 0.25 | 0.50 | 320.65 | 0.57 | 0.32 |
| Hex | 80 | 23 | 60 | 0 | 49 | 19 | 32 | 141 | 39 | 20 |
| Octal | 200 | 43 | 140 | 0 | 111 | 31 | 62 | 501 | 71 | 40 |
| Binary | 10000000 | 100011 | 1100000 | 0 | 1001001 | 11001 | 110010 | 101000001 | 111001 | 100000 |
Color Harmonies of #802360
Complementary color
Monochromatic Colors of #802360
Black with #802360
Text Example
Text Example
White with #802360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802360; }
p { color: rgb(128,35,96); }
H1.HeaderClassName
{
color: #802360;
}
.AnyTagClassName
{
color: #802360;
}
</style>
background-color css
<style>
a { background-color: #802360; }
a { background-color: rgb(128,35,96); }
div.DivClassName
{
background-color: #802360;
}
.BgClassName
{
background-color: #802360;
}
</style>
border-color css
<style>
span { border-color: #802360; }
span { border-color: rgb(128,35,96); }
td.TdClassName
{
border-color: #802360;
}
.TagClassName
{
border-color: #802360;
}
</style>