Shades of Rose Bud Cherry #86385D
Tints of Rose Bud Cherry #86385D
RGB
CMYK
RGB Variations
Color information
#86385D (or 0x86385D) is known color: Rose Bud Cherry. HEX triplet: 86, 38 and 5D. RGB value is (134,56,93). Sum of RGB (Red+Green+Blue) = 134+56+93=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86385D is #79C7A2. Grayscale: #535353. Windows color (decimal): -7980963 or 6109318. OLE color: 6109318.
HSL color Cylindrical-coordinate representation of color #86385D: hue angle of 331.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86385D is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 93 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.47 |
| HSL | 331.54º | 0.41% | 0.37% | - |
| HSV(B) | 331.54º | 0.58% | 0.53% | - |
| XYZ | 13.22 | 8.69 | 11.34 | - |
| YUV | 83.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 93 | 0 | 0.58 | 0.31 | 0.47 | 331.54 | 0.41 | 0.37 |
| Hex | 86 | 38 | 5D | 0 | 3A | 1F | 2F | 14C | 29 | 25 |
| Octal | 206 | 70 | 135 | 0 | 72 | 37 | 57 | 514 | 51 | 45 |
| Binary | 10000110 | 111000 | 1011101 | 0 | 111010 | 11111 | 101111 | 101001100 | 101001 | 100101 |
Color Harmonies of #86385D
Complementary color
Monochromatic Colors of #86385D
Black with #86385D
Text Example
Text Example
White with #86385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86385D; }
p { color: rgb(134,56,93); }
H1.HeaderClassName
{
color: #86385D;
}
.AnyTagClassName
{
color: #86385D;
}
</style>
background-color css
<style>
a { background-color: #86385D; }
a { background-color: rgb(134,56,93); }
div.DivClassName
{
background-color: #86385D;
}
.BgClassName
{
background-color: #86385D;
}
</style>
border-color css
<style>
span { border-color: #86385D; }
span { border-color: rgb(134,56,93); }
td.TdClassName
{
border-color: #86385D;
}
.TagClassName
{
border-color: #86385D;
}
</style>