Shades of Rose Bud Cherry #84154E
Tints of Rose Bud Cherry #84154E
RGB
CMYK
RGB Variations
Color information
#84154E (or 0x84154E) is known color: Rose Bud Cherry. HEX triplet: 84, 15 and 4E. RGB value is (132,21,78). Sum of RGB (Red+Green+Blue) = 132+21+78=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84154E is #7BEAB1. Grayscale: #3C3C3C. Windows color (decimal): -8121010 or 5117316. OLE color: 5117316.
HSL color Cylindrical-coordinate representation of color #84154E: hue angle of 329.19º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84154E is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 78 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.48 |
| HSL | 329.19º | 0.73% | 0.3% | - |
| HSV(B) | 329.19º | 0.84% | 0.52% | - |
| XYZ | 11.16 | 5.99 | 7.78 | - |
| YUV | 60.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 78 | 0 | 0.84 | 0.41 | 0.48 | 329.19 | 0.73 | 0.3 |
| Hex | 84 | 15 | 4E | 0 | 54 | 29 | 30 | 149 | 49 | 1E |
| Octal | 204 | 25 | 116 | 0 | 124 | 51 | 60 | 511 | 111 | 36 |
| Binary | 10000100 | 10101 | 1001110 | 0 | 1010100 | 101001 | 110000 | 101001001 | 1001001 | 11110 |
Color Harmonies of #84154E
Complementary color
Monochromatic Colors of #84154E
Black with #84154E
Text Example
Text Example
White with #84154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84154E; }
p { color: rgb(132,21,78); }
H1.HeaderClassName
{
color: #84154E;
}
.AnyTagClassName
{
color: #84154E;
}
</style>
background-color css
<style>
a { background-color: #84154E; }
a { background-color: rgb(132,21,78); }
div.DivClassName
{
background-color: #84154E;
}
.BgClassName
{
background-color: #84154E;
}
</style>
border-color css
<style>
span { border-color: #84154E; }
span { border-color: rgb(132,21,78); }
td.TdClassName
{
border-color: #84154E;
}
.TagClassName
{
border-color: #84154E;
}
</style>