Shades of Rose Bud Cherry #84154D
Tints of Rose Bud Cherry #84154D
RGB
CMYK
RGB Variations
Color information
#84154D (or 0x84154D) is known color: Rose Bud Cherry. HEX triplet: 84, 15 and 4D. RGB value is (132,21,77). Sum of RGB (Red+Green+Blue) = 132+21+77=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84154D is #7BEAB2. Grayscale: #3C3C3C. Windows color (decimal): -8121011 or 5051780. OLE color: 5051780.
HSL color Cylindrical-coordinate representation of color #84154D: hue angle of 329.73º 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 #84154D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 77 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.48 |
| HSL | 329.73º | 0.73% | 0.3% | - |
| HSV(B) | 329.73º | 0.84% | 0.52% | - |
| XYZ | 11.12 | 5.98 | 7.59 | - |
| YUV | 60.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 77 | 0 | 0.84 | 0.42 | 0.48 | 329.73 | 0.73 | 0.3 |
| Hex | 84 | 15 | 4D | 0 | 54 | 2A | 30 | 14A | 49 | 1E |
| Octal | 204 | 25 | 115 | 0 | 124 | 52 | 60 | 512 | 111 | 36 |
| Binary | 10000100 | 10101 | 1001101 | 0 | 1010100 | 101010 | 110000 | 101001010 | 1001001 | 11110 |
Color Harmonies of #84154D
Complementary color
Monochromatic Colors of #84154D
Black with #84154D
Text Example
Text Example
White with #84154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84154D; }
p { color: rgb(132,21,77); }
H1.HeaderClassName
{
color: #84154D;
}
.AnyTagClassName
{
color: #84154D;
}
</style>
background-color css
<style>
a { background-color: #84154D; }
a { background-color: rgb(132,21,77); }
div.DivClassName
{
background-color: #84154D;
}
.BgClassName
{
background-color: #84154D;
}
</style>
border-color css
<style>
span { border-color: #84154D; }
span { border-color: rgb(132,21,77); }
td.TdClassName
{
border-color: #84154D;
}
.TagClassName
{
border-color: #84154D;
}
</style>