Shades of Rose Bud Cherry #86205D
Tints of Rose Bud Cherry #86205D
RGB
CMYK
RGB Variations
Color information
#86205D (or 0x86205D) is known color: Rose Bud Cherry. HEX triplet: 86, 20 and 5D. RGB value is (134,32,93). Sum of RGB (Red+Green+Blue) = 134+32+93=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86205D is #79DFA2. Grayscale: #454545. Windows color (decimal): -7987107 or 6103174. OLE color: 6103174.
HSL color Cylindrical-coordinate representation of color #86205D: hue angle of 324.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86205D is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 93 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.47 |
| HSL | 324.12º | 0.61% | 0.33% | - |
| HSV(B) | 324.12º | 0.76% | 0.53% | - |
| XYZ | 12.32 | 6.89 | 11.04 | - |
| YUV | 69.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 93 | 0 | 0.76 | 0.31 | 0.47 | 324.12 | 0.61 | 0.33 |
| Hex | 86 | 20 | 5D | 0 | 4C | 1F | 2F | 144 | 3D | 21 |
| Octal | 206 | 40 | 135 | 0 | 114 | 37 | 57 | 504 | 75 | 41 |
| Binary | 10000110 | 100000 | 1011101 | 0 | 1001100 | 11111 | 101111 | 101000100 | 111101 | 100001 |
Color Harmonies of #86205D
Complementary color
Monochromatic Colors of #86205D
Black with #86205D
Text Example
Text Example
White with #86205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86205D; }
p { color: rgb(134,32,93); }
H1.HeaderClassName
{
color: #86205D;
}
.AnyTagClassName
{
color: #86205D;
}
</style>
background-color css
<style>
a { background-color: #86205D; }
a { background-color: rgb(134,32,93); }
div.DivClassName
{
background-color: #86205D;
}
.BgClassName
{
background-color: #86205D;
}
</style>
border-color css
<style>
span { border-color: #86205D; }
span { border-color: rgb(134,32,93); }
td.TdClassName
{
border-color: #86205D;
}
.TagClassName
{
border-color: #86205D;
}
</style>