Shades of Rose Bud Cherry #8D2863
Tints of Rose Bud Cherry #8D2863
RGB
CMYK
RGB Variations
Color information
#8D2863 (or 0x8D2863) is known color: Rose Bud Cherry. HEX triplet: 8D, 28 and 63. RGB value is (141,40,99). Sum of RGB (Red+Green+Blue) = 141+40+99=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2863 is #72D79C. Grayscale: #4C4C4C. Windows color (decimal): -7526301 or 6498445. OLE color: 6498445.
HSL color Cylindrical-coordinate representation of color #8D2863: hue angle of 324.95º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2863 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 99 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.45 |
| HSL | 324.95º | 0.56% | 0.35% | - |
| HSV(B) | 324.95º | 0.72% | 0.55% | - |
| XYZ | 14 | 8.08 | 12.63 | - |
| YUV | 76.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 99 | 0 | 0.72 | 0.30 | 0.45 | 324.95 | 0.56 | 0.35 |
| Hex | 8D | 28 | 63 | 0 | 48 | 1E | 2D | 145 | 38 | 23 |
| Octal | 215 | 50 | 143 | 0 | 110 | 36 | 55 | 505 | 70 | 43 |
| Binary | 10001101 | 101000 | 1100011 | 0 | 1001000 | 11110 | 101101 | 101000101 | 111000 | 100011 |
Color Harmonies of #8D2863
Complementary color
Monochromatic Colors of #8D2863
Black with #8D2863
Text Example
Text Example
White with #8D2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2863; }
p { color: rgb(141,40,99); }
H1.HeaderClassName
{
color: #8D2863;
}
.AnyTagClassName
{
color: #8D2863;
}
</style>
background-color css
<style>
a { background-color: #8D2863; }
a { background-color: rgb(141,40,99); }
div.DivClassName
{
background-color: #8D2863;
}
.BgClassName
{
background-color: #8D2863;
}
</style>
border-color css
<style>
span { border-color: #8D2863; }
span { border-color: rgb(141,40,99); }
td.TdClassName
{
border-color: #8D2863;
}
.TagClassName
{
border-color: #8D2863;
}
</style>