Shades of Rose Bud Cherry #803463
Tints of Rose Bud Cherry #803463
RGB
CMYK
RGB Variations
Color information
#803463 (or 0x803463) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 63. RGB value is (128,52,99). Sum of RGB (Red+Green+Blue) = 128+52+99=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803463 is #7FCB9C. Grayscale: #4F4F4F. Windows color (decimal): -8375197 or 6501504. OLE color: 6501504.
HSL color Cylindrical-coordinate representation of color #803463: hue angle of 322.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803463 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 99 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.50 |
| HSL | 322.89º | 0.42% | 0.35% | - |
| HSV(B) | 322.89º | 0.59% | 0.5% | - |
| XYZ | 12.38 | 7.95 | 12.69 | - |
| YUV | 80.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 99 | 0 | 0.59 | 0.23 | 0.50 | 322.89 | 0.42 | 0.35 |
| Hex | 80 | 34 | 63 | 0 | 3B | 17 | 32 | 143 | 2A | 23 |
| Octal | 200 | 64 | 143 | 0 | 73 | 27 | 62 | 503 | 52 | 43 |
| Binary | 10000000 | 110100 | 1100011 | 0 | 111011 | 10111 | 110010 | 101000011 | 101010 | 100011 |
Color Harmonies of #803463
Complementary color
Monochromatic Colors of #803463
Black with #803463
Text Example
Text Example
White with #803463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803463; }
p { color: rgb(128,52,99); }
H1.HeaderClassName
{
color: #803463;
}
.AnyTagClassName
{
color: #803463;
}
</style>
background-color css
<style>
a { background-color: #803463; }
a { background-color: rgb(128,52,99); }
div.DivClassName
{
background-color: #803463;
}
.BgClassName
{
background-color: #803463;
}
</style>
border-color css
<style>
span { border-color: #803463; }
span { border-color: rgb(128,52,99); }
td.TdClassName
{
border-color: #803463;
}
.TagClassName
{
border-color: #803463;
}
</style>