Shades of Rose Bud Cherry #863D5D
Tints of Rose Bud Cherry #863D5D
RGB
CMYK
RGB Variations
Color information
#863D5D (or 0x863D5D) is known color: Rose Bud Cherry. HEX triplet: 86, 3D and 5D. RGB value is (134,61,93). Sum of RGB (Red+Green+Blue) = 134+61+93=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D5D is #79C2A2. Grayscale: #565656. Windows color (decimal): -7979683 or 6110598. OLE color: 6110598.
HSL color Cylindrical-coordinate representation of color #863D5D: hue angle of 333.7º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863D5D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 93 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.47 |
| HSL | 333.7º | 0.37% | 0.38% | - |
| HSV(B) | 333.7º | 0.54% | 0.53% | - |
| XYZ | 13.48 | 9.2 | 11.42 | - |
| YUV | 86.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 93 | 0 | 0.54 | 0.31 | 0.47 | 333.7 | 0.37 | 0.38 |
| Hex | 86 | 3D | 5D | 0 | 36 | 1F | 2F | 14E | 25 | 26 |
| Octal | 206 | 75 | 135 | 0 | 66 | 37 | 57 | 516 | 45 | 46 |
| Binary | 10000110 | 111101 | 1011101 | 0 | 110110 | 11111 | 101111 | 101001110 | 100101 | 100110 |
Color Harmonies of #863D5D
Complementary color
Monochromatic Colors of #863D5D
Black with #863D5D
Text Example
Text Example
White with #863D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D5D; }
p { color: rgb(134,61,93); }
H1.HeaderClassName
{
color: #863D5D;
}
.AnyTagClassName
{
color: #863D5D;
}
</style>
background-color css
<style>
a { background-color: #863D5D; }
a { background-color: rgb(134,61,93); }
div.DivClassName
{
background-color: #863D5D;
}
.BgClassName
{
background-color: #863D5D;
}
</style>
border-color css
<style>
span { border-color: #863D5D; }
span { border-color: rgb(134,61,93); }
td.TdClassName
{
border-color: #863D5D;
}
.TagClassName
{
border-color: #863D5D;
}
</style>