Shades of Rose Bud Cherry #863A62
Tints of Rose Bud Cherry #863A62
RGB
CMYK
RGB Variations
Color information
#863A62 (or 0x863A62) is known color: Rose Bud Cherry. HEX triplet: 86, 3A and 62. RGB value is (134,58,98). Sum of RGB (Red+Green+Blue) = 134+58+98=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #863A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A62 is #79C59D. Grayscale: #555555. Windows color (decimal): -7980446 or 6437510. OLE color: 6437510.
HSL color Cylindrical-coordinate representation of color #863A62: hue angle of 328.42º 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 #863A62 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 98 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.47 |
| HSL | 328.42º | 0.4% | 0.38% | - |
| HSV(B) | 328.42º | 0.57% | 0.53% | - |
| XYZ | 13.55 | 8.98 | 12.57 | - |
| YUV | 85.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 98 | 0 | 0.57 | 0.27 | 0.47 | 328.42 | 0.4 | 0.38 |
| Hex | 86 | 3A | 62 | 0 | 39 | 1B | 2F | 148 | 28 | 26 |
| Octal | 206 | 72 | 142 | 0 | 71 | 33 | 57 | 510 | 50 | 46 |
| Binary | 10000110 | 111010 | 1100010 | 0 | 111001 | 11011 | 101111 | 101001000 | 101000 | 100110 |
Color Harmonies of #863A62
Complementary color
Monochromatic Colors of #863A62
Black with #863A62
Text Example
Text Example
White with #863A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A62; }
p { color: rgb(134,58,98); }
H1.HeaderClassName
{
color: #863A62;
}
.AnyTagClassName
{
color: #863A62;
}
</style>
background-color css
<style>
a { background-color: #863A62; }
a { background-color: rgb(134,58,98); }
div.DivClassName
{
background-color: #863A62;
}
.BgClassName
{
background-color: #863A62;
}
</style>
border-color css
<style>
span { border-color: #863A62; }
span { border-color: rgb(134,58,98); }
td.TdClassName
{
border-color: #863A62;
}
.TagClassName
{
border-color: #863A62;
}
</style>