Shades of Rose Bud Cherry #86375B
Tints of Rose Bud Cherry #86375B
RGB
CMYK
RGB Variations
Color information
#86375B (or 0x86375B) is known color: Rose Bud Cherry. HEX triplet: 86, 37 and 5B. RGB value is (134,55,91). Sum of RGB (Red+Green+Blue) = 134+55+91=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86375B is #79C8A4. Grayscale: #525252. Windows color (decimal): -7981221 or 5977990. OLE color: 5977990.
HSL color Cylindrical-coordinate representation of color #86375B: hue angle of 332.66º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86375B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 91 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.47 |
| HSL | 332.66º | 0.42% | 0.37% | - |
| HSV(B) | 332.66º | 0.59% | 0.53% | - |
| XYZ | 13.09 | 8.56 | 10.86 | - |
| YUV | 82.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 91 | 0 | 0.59 | 0.32 | 0.47 | 332.66 | 0.42 | 0.37 |
| Hex | 86 | 37 | 5B | 0 | 3B | 20 | 2F | 14D | 2A | 25 |
| Octal | 206 | 67 | 133 | 0 | 73 | 40 | 57 | 515 | 52 | 45 |
| Binary | 10000110 | 110111 | 1011011 | 0 | 111011 | 100000 | 101111 | 101001101 | 101010 | 100101 |
Color Harmonies of #86375B
Complementary color
Monochromatic Colors of #86375B
Black with #86375B
Text Example
Text Example
White with #86375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86375B; }
p { color: rgb(134,55,91); }
H1.HeaderClassName
{
color: #86375B;
}
.AnyTagClassName
{
color: #86375B;
}
</style>
background-color css
<style>
a { background-color: #86375B; }
a { background-color: rgb(134,55,91); }
div.DivClassName
{
background-color: #86375B;
}
.BgClassName
{
background-color: #86375B;
}
</style>
border-color css
<style>
span { border-color: #86375B; }
span { border-color: rgb(134,55,91); }
td.TdClassName
{
border-color: #86375B;
}
.TagClassName
{
border-color: #86375B;
}
</style>