Shades of Rose Bud Cherry #86365F
Tints of Rose Bud Cherry #86365F
RGB
CMYK
RGB Variations
Color information
#86365F (or 0x86365F) is known color: Rose Bud Cherry. HEX triplet: 86, 36 and 5F. RGB value is (134,54,95). Sum of RGB (Red+Green+Blue) = 134+54+95=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86365F is #79C9A0. Grayscale: #525252. Windows color (decimal): -7981473 or 6239878. OLE color: 6239878.
HSL color Cylindrical-coordinate representation of color #86365F: hue angle of 329.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86365F is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 95 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.47 |
| HSL | 329.25º | 0.43% | 0.37% | - |
| HSV(B) | 329.25º | 0.6% | 0.53% | - |
| XYZ | 13.22 | 8.53 | 11.78 | - |
| YUV | 82.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 95 | 0 | 0.60 | 0.29 | 0.47 | 329.25 | 0.43 | 0.37 |
| Hex | 86 | 36 | 5F | 0 | 3C | 1D | 2F | 149 | 2B | 25 |
| Octal | 206 | 66 | 137 | 0 | 74 | 35 | 57 | 511 | 53 | 45 |
| Binary | 10000110 | 110110 | 1011111 | 0 | 111100 | 11101 | 101111 | 101001001 | 101011 | 100101 |
Color Harmonies of #86365F
Complementary color
Monochromatic Colors of #86365F
Black with #86365F
Text Example
Text Example
White with #86365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86365F; }
p { color: rgb(134,54,95); }
H1.HeaderClassName
{
color: #86365F;
}
.AnyTagClassName
{
color: #86365F;
}
</style>
background-color css
<style>
a { background-color: #86365F; }
a { background-color: rgb(134,54,95); }
div.DivClassName
{
background-color: #86365F;
}
.BgClassName
{
background-color: #86365F;
}
</style>
border-color css
<style>
span { border-color: #86365F; }
span { border-color: rgb(134,54,95); }
td.TdClassName
{
border-color: #86365F;
}
.TagClassName
{
border-color: #86365F;
}
</style>