Shades of Rose Bud Cherry #86124D
Tints of Rose Bud Cherry #86124D
RGB
CMYK
RGB Variations
Color information
#86124D (or 0x86124D) is known color: Rose Bud Cherry. HEX triplet: 86, 12 and 4D. RGB value is (134,18,77). Sum of RGB (Red+Green+Blue) = 134+18+77=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86124D is #79EDB2. Grayscale: #3B3B3B. Windows color (decimal): -7990707 or 5051014. OLE color: 5051014.
HSL color Cylindrical-coordinate representation of color #86124D: hue angle of 329.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86124D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 77 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.47 |
| HSL | 329.48º | 0.76% | 0.3% | - |
| HSV(B) | 329.48º | 0.87% | 0.53% | - |
| XYZ | 11.39 | 6.04 | 7.59 | - |
| YUV | 59.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 77 | 0 | 0.87 | 0.43 | 0.47 | 329.48 | 0.76 | 0.3 |
| Hex | 86 | 12 | 4D | 0 | 57 | 2B | 2F | 149 | 4C | 1E |
| Octal | 206 | 22 | 115 | 0 | 127 | 53 | 57 | 511 | 114 | 36 |
| Binary | 10000110 | 10010 | 1001101 | 0 | 1010111 | 101011 | 101111 | 101001001 | 1001100 | 11110 |
Color Harmonies of #86124D
Complementary color
Monochromatic Colors of #86124D
Black with #86124D
Text Example
Text Example
White with #86124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86124D; }
p { color: rgb(134,18,77); }
H1.HeaderClassName
{
color: #86124D;
}
.AnyTagClassName
{
color: #86124D;
}
</style>
background-color css
<style>
a { background-color: #86124D; }
a { background-color: rgb(134,18,77); }
div.DivClassName
{
background-color: #86124D;
}
.BgClassName
{
background-color: #86124D;
}
</style>
border-color css
<style>
span { border-color: #86124D; }
span { border-color: rgb(134,18,77); }
td.TdClassName
{
border-color: #86124D;
}
.TagClassName
{
border-color: #86124D;
}
</style>