Shades of Rose Bud Cherry #84124E
Tints of Rose Bud Cherry #84124E
RGB
CMYK
RGB Variations
Color information
#84124E (or 0x84124E) is known color: Rose Bud Cherry. HEX triplet: 84, 12 and 4E. RGB value is (132,18,78). Sum of RGB (Red+Green+Blue) = 132+18+78=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84124E is #7BEDB1. Grayscale: #3A3A3A. Windows color (decimal): -8121778 or 5116548. OLE color: 5116548.
HSL color Cylindrical-coordinate representation of color #84124E: hue angle of 328.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84124E is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 78 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.48 |
| HSL | 328.42º | 0.76% | 0.29% | - |
| HSV(B) | 328.42º | 0.86% | 0.52% | - |
| XYZ | 11.11 | 5.89 | 7.76 | - |
| YUV | 58.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 78 | 0 | 0.86 | 0.41 | 0.48 | 328.42 | 0.76 | 0.29 |
| Hex | 84 | 12 | 4E | 0 | 56 | 29 | 30 | 148 | 4C | 1D |
| Octal | 204 | 22 | 116 | 0 | 126 | 51 | 60 | 510 | 114 | 35 |
| Binary | 10000100 | 10010 | 1001110 | 0 | 1010110 | 101001 | 110000 | 101001000 | 1001100 | 11101 |
Color Harmonies of #84124E
Complementary color
Monochromatic Colors of #84124E
Black with #84124E
Text Example
Text Example
White with #84124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84124E; }
p { color: rgb(132,18,78); }
H1.HeaderClassName
{
color: #84124E;
}
.AnyTagClassName
{
color: #84124E;
}
</style>
background-color css
<style>
a { background-color: #84124E; }
a { background-color: rgb(132,18,78); }
div.DivClassName
{
background-color: #84124E;
}
.BgClassName
{
background-color: #84124E;
}
</style>
border-color css
<style>
span { border-color: #84124E; }
span { border-color: rgb(132,18,78); }
td.TdClassName
{
border-color: #84124E;
}
.TagClassName
{
border-color: #84124E;
}
</style>