Shades of Rose Bud Cherry #863A61
Tints of Rose Bud Cherry #863A61
RGB
CMYK
RGB Variations
Color information
#863A61 (or 0x863A61) is known color: Rose Bud Cherry. HEX triplet: 86, 3A and 61. RGB value is (134,58,97). Sum of RGB (Red+Green+Blue) = 134+58+97=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #863A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A61 is #79C59E. Grayscale: #555555. Windows color (decimal): -7980447 or 6371974. OLE color: 6371974.
HSL color Cylindrical-coordinate representation of color #863A61: hue angle of 329.21º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A61 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 97 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.47 |
| HSL | 329.21º | 0.4% | 0.38% | - |
| HSV(B) | 329.21º | 0.57% | 0.53% | - |
| XYZ | 13.5 | 8.96 | 12.33 | - |
| YUV | 85.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 97 | 0 | 0.57 | 0.28 | 0.47 | 329.21 | 0.4 | 0.38 |
| Hex | 86 | 3A | 61 | 0 | 39 | 1C | 2F | 149 | 28 | 26 |
| Octal | 206 | 72 | 141 | 0 | 71 | 34 | 57 | 511 | 50 | 46 |
| Binary | 10000110 | 111010 | 1100001 | 0 | 111001 | 11100 | 101111 | 101001001 | 101000 | 100110 |
Color Harmonies of #863A61
Complementary color
Monochromatic Colors of #863A61
Black with #863A61
Text Example
Text Example
White with #863A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A61; }
p { color: rgb(134,58,97); }
H1.HeaderClassName
{
color: #863A61;
}
.AnyTagClassName
{
color: #863A61;
}
</style>
background-color css
<style>
a { background-color: #863A61; }
a { background-color: rgb(134,58,97); }
div.DivClassName
{
background-color: #863A61;
}
.BgClassName
{
background-color: #863A61;
}
</style>
border-color css
<style>
span { border-color: #863A61; }
span { border-color: rgb(134,58,97); }
td.TdClassName
{
border-color: #863A61;
}
.TagClassName
{
border-color: #863A61;
}
</style>