Shades of Rose Bud Cherry #84124C
Tints of Rose Bud Cherry #84124C
RGB
CMYK
RGB Variations
Color information
#84124C (or 0x84124C) is known color: Rose Bud Cherry. HEX triplet: 84, 12 and 4C. RGB value is (132,18,76). Sum of RGB (Red+Green+Blue) = 132+18+76=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84124C is #7BEDB3. Grayscale: #3A3A3A. Windows color (decimal): -8121780 or 4985476. OLE color: 4985476.
HSL color Cylindrical-coordinate representation of color #84124C: hue angle of 329.47º 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 #84124C is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 76 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.48 |
| HSL | 329.47º | 0.76% | 0.29% | - |
| HSV(B) | 329.47º | 0.86% | 0.52% | - |
| XYZ | 11.04 | 5.86 | 7.39 | - |
| YUV | 58.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 76 | 0 | 0.86 | 0.42 | 0.48 | 329.47 | 0.76 | 0.29 |
| Hex | 84 | 12 | 4C | 0 | 56 | 2A | 30 | 149 | 4C | 1D |
| Octal | 204 | 22 | 114 | 0 | 126 | 52 | 60 | 511 | 114 | 35 |
| Binary | 10000100 | 10010 | 1001100 | 0 | 1010110 | 101010 | 110000 | 101001001 | 1001100 | 11101 |
Color Harmonies of #84124C
Complementary color
Monochromatic Colors of #84124C
Black with #84124C
Text Example
Text Example
White with #84124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84124C; }
p { color: rgb(132,18,76); }
H1.HeaderClassName
{
color: #84124C;
}
.AnyTagClassName
{
color: #84124C;
}
</style>
background-color css
<style>
a { background-color: #84124C; }
a { background-color: rgb(132,18,76); }
div.DivClassName
{
background-color: #84124C;
}
.BgClassName
{
background-color: #84124C;
}
</style>
border-color css
<style>
span { border-color: #84124C; }
span { border-color: rgb(132,18,76); }
td.TdClassName
{
border-color: #84124C;
}
.TagClassName
{
border-color: #84124C;
}
</style>