Shades of Rose Bud Cherry #863C5D
Tints of Rose Bud Cherry #863C5D
RGB
CMYK
RGB Variations
Color information
#863C5D (or 0x863C5D) is known color: Rose Bud Cherry. HEX triplet: 86, 3C and 5D. RGB value is (134,60,93). Sum of RGB (Red+Green+Blue) = 134+60+93=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #863C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C5D is #79C3A2. Grayscale: #555555. Windows color (decimal): -7979939 or 6110342. OLE color: 6110342.
HSL color Cylindrical-coordinate representation of color #863C5D: hue angle of 333.24º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C5D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 93 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.47 |
| HSL | 333.24º | 0.38% | 0.38% | - |
| HSV(B) | 333.24º | 0.55% | 0.53% | - |
| XYZ | 13.42 | 9.09 | 11.4 | - |
| YUV | 85.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 93 | 0 | 0.55 | 0.31 | 0.47 | 333.24 | 0.38 | 0.38 |
| Hex | 86 | 3C | 5D | 0 | 37 | 1F | 2F | 14D | 26 | 26 |
| Octal | 206 | 74 | 135 | 0 | 67 | 37 | 57 | 515 | 46 | 46 |
| Binary | 10000110 | 111100 | 1011101 | 0 | 110111 | 11111 | 101111 | 101001101 | 100110 | 100110 |
Color Harmonies of #863C5D
Complementary color
Monochromatic Colors of #863C5D
Black with #863C5D
Text Example
Text Example
White with #863C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C5D; }
p { color: rgb(134,60,93); }
H1.HeaderClassName
{
color: #863C5D;
}
.AnyTagClassName
{
color: #863C5D;
}
</style>
background-color css
<style>
a { background-color: #863C5D; }
a { background-color: rgb(134,60,93); }
div.DivClassName
{
background-color: #863C5D;
}
.BgClassName
{
background-color: #863C5D;
}
</style>
border-color css
<style>
span { border-color: #863C5D; }
span { border-color: rgb(134,60,93); }
td.TdClassName
{
border-color: #863C5D;
}
.TagClassName
{
border-color: #863C5D;
}
</style>