Shades of Rose Bud Cherry #863A55
Tints of Rose Bud Cherry #863A55
RGB
CMYK
RGB Variations
Color information
#863A55 (or 0x863A55) is known color: Rose Bud Cherry. HEX triplet: 86, 3A and 55. RGB value is (134,58,85). Sum of RGB (Red+Green+Blue) = 134+58+85=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #863A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A55 is #79C5AA. Grayscale: #535353. Windows color (decimal): -7980459 or 5585542. OLE color: 5585542.
HSL color Cylindrical-coordinate representation of color #863A55: hue angle of 338.68º 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 #863A55 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 85 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.47 |
| HSL | 338.68º | 0.4% | 0.38% | - |
| HSV(B) | 338.68º | 0.57% | 0.53% | - |
| XYZ | 12.98 | 8.75 | 9.6 | - |
| YUV | 83.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 85 | 0 | 0.57 | 0.37 | 0.47 | 338.68 | 0.4 | 0.38 |
| Hex | 86 | 3A | 55 | 0 | 39 | 25 | 2F | 153 | 28 | 26 |
| Octal | 206 | 72 | 125 | 0 | 71 | 45 | 57 | 523 | 50 | 46 |
| Binary | 10000110 | 111010 | 1010101 | 0 | 111001 | 100101 | 101111 | 101010011 | 101000 | 100110 |
Color Harmonies of #863A55
Complementary color
Monochromatic Colors of #863A55
Black with #863A55
Text Example
Text Example
White with #863A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A55; }
p { color: rgb(134,58,85); }
H1.HeaderClassName
{
color: #863A55;
}
.AnyTagClassName
{
color: #863A55;
}
</style>
background-color css
<style>
a { background-color: #863A55; }
a { background-color: rgb(134,58,85); }
div.DivClassName
{
background-color: #863A55;
}
.BgClassName
{
background-color: #863A55;
}
</style>
border-color css
<style>
span { border-color: #863A55; }
span { border-color: rgb(134,58,85); }
td.TdClassName
{
border-color: #863A55;
}
.TagClassName
{
border-color: #863A55;
}
</style>