Shades of Rose Bud Cherry #86144E
Tints of Rose Bud Cherry #86144E
RGB
CMYK
RGB Variations
Color information
#86144E (or 0x86144E) is known color: Rose Bud Cherry. HEX triplet: 86, 14 and 4E. RGB value is (134,20,78). Sum of RGB (Red+Green+Blue) = 134+20+78=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86144E is #79EBB1. Grayscale: #3C3C3C. Windows color (decimal): -7990194 or 5117062. OLE color: 5117062.
HSL color Cylindrical-coordinate representation of color #86144E: hue angle of 329.47º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86144E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 78 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.47 |
| HSL | 329.47º | 0.74% | 0.3% | - |
| HSV(B) | 329.47º | 0.85% | 0.53% | - |
| XYZ | 11.46 | 6.12 | 7.78 | - |
| YUV | 60.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 78 | 0 | 0.85 | 0.42 | 0.47 | 329.47 | 0.74 | 0.3 |
| Hex | 86 | 14 | 4E | 0 | 55 | 2A | 2F | 149 | 4A | 1E |
| Octal | 206 | 24 | 116 | 0 | 125 | 52 | 57 | 511 | 112 | 36 |
| Binary | 10000110 | 10100 | 1001110 | 0 | 1010101 | 101010 | 101111 | 101001001 | 1001010 | 11110 |
Color Harmonies of #86144E
Complementary color
Monochromatic Colors of #86144E
Black with #86144E
Text Example
Text Example
White with #86144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86144E; }
p { color: rgb(134,20,78); }
H1.HeaderClassName
{
color: #86144E;
}
.AnyTagClassName
{
color: #86144E;
}
</style>
background-color css
<style>
a { background-color: #86144E; }
a { background-color: rgb(134,20,78); }
div.DivClassName
{
background-color: #86144E;
}
.BgClassName
{
background-color: #86144E;
}
</style>
border-color css
<style>
span { border-color: #86144E; }
span { border-color: rgb(134,20,78); }
td.TdClassName
{
border-color: #86144E;
}
.TagClassName
{
border-color: #86144E;
}
</style>