Shades of Rose Bud Cherry #86205E
Tints of Rose Bud Cherry #86205E
RGB
CMYK
RGB Variations
Color information
#86205E (or 0x86205E) is known color: Rose Bud Cherry. HEX triplet: 86, 20 and 5E. RGB value is (134,32,94). Sum of RGB (Red+Green+Blue) = 134+32+94=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86205E is #79DFA1. Grayscale: #454545. Windows color (decimal): -7987106 or 6168710. OLE color: 6168710.
HSL color Cylindrical-coordinate representation of color #86205E: hue angle of 323.53º 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 #86205E is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 94 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.47 |
| HSL | 323.53º | 0.61% | 0.33% | - |
| HSV(B) | 323.53º | 0.76% | 0.53% | - |
| XYZ | 12.37 | 6.91 | 11.27 | - |
| YUV | 69.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 94 | 0 | 0.76 | 0.30 | 0.47 | 323.53 | 0.61 | 0.33 |
| Hex | 86 | 20 | 5E | 0 | 4C | 1E | 2F | 144 | 3D | 21 |
| Octal | 206 | 40 | 136 | 0 | 114 | 36 | 57 | 504 | 75 | 41 |
| Binary | 10000110 | 100000 | 1011110 | 0 | 1001100 | 11110 | 101111 | 101000100 | 111101 | 100001 |
Color Harmonies of #86205E
Complementary color
Monochromatic Colors of #86205E
Black with #86205E
Text Example
Text Example
White with #86205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86205E; }
p { color: rgb(134,32,94); }
H1.HeaderClassName
{
color: #86205E;
}
.AnyTagClassName
{
color: #86205E;
}
</style>
background-color css
<style>
a { background-color: #86205E; }
a { background-color: rgb(134,32,94); }
div.DivClassName
{
background-color: #86205E;
}
.BgClassName
{
background-color: #86205E;
}
</style>
border-color css
<style>
span { border-color: #86205E; }
span { border-color: rgb(134,32,94); }
td.TdClassName
{
border-color: #86205E;
}
.TagClassName
{
border-color: #86205E;
}
</style>