Shades of Rose Bud Cherry #863863
Tints of Rose Bud Cherry #863863
RGB
CMYK
RGB Variations
Color information
#863863 (or 0x863863) is known color: Rose Bud Cherry. HEX triplet: 86, 38 and 63. RGB value is (134,56,99). Sum of RGB (Red+Green+Blue) = 134+56+99=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #863863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863863 is #79C79C. Grayscale: #545454. Windows color (decimal): -7980957 or 6502534. OLE color: 6502534.
HSL color Cylindrical-coordinate representation of color #863863: hue angle of 326.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863863 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 99 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.47 |
| HSL | 326.92º | 0.41% | 0.37% | - |
| HSV(B) | 326.92º | 0.58% | 0.53% | - |
| XYZ | 13.5 | 8.8 | 12.79 | - |
| YUV | 84.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 99 | 0 | 0.58 | 0.26 | 0.47 | 326.92 | 0.41 | 0.37 |
| Hex | 86 | 38 | 63 | 0 | 3A | 1A | 2F | 147 | 29 | 25 |
| Octal | 206 | 70 | 143 | 0 | 72 | 32 | 57 | 507 | 51 | 45 |
| Binary | 10000110 | 111000 | 1100011 | 0 | 111010 | 11010 | 101111 | 101000111 | 101001 | 100101 |
Color Harmonies of #863863
Complementary color
Monochromatic Colors of #863863
Black with #863863
Text Example
Text Example
White with #863863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863863; }
p { color: rgb(134,56,99); }
H1.HeaderClassName
{
color: #863863;
}
.AnyTagClassName
{
color: #863863;
}
</style>
background-color css
<style>
a { background-color: #863863; }
a { background-color: rgb(134,56,99); }
div.DivClassName
{
background-color: #863863;
}
.BgClassName
{
background-color: #863863;
}
</style>
border-color css
<style>
span { border-color: #863863; }
span { border-color: rgb(134,56,99); }
td.TdClassName
{
border-color: #863863;
}
.TagClassName
{
border-color: #863863;
}
</style>