Shades of Rose Bud Cherry #84124F
Tints of Rose Bud Cherry #84124F
RGB
CMYK
RGB Variations
Color information
#84124F (or 0x84124F) is known color: Rose Bud Cherry. HEX triplet: 84, 12 and 4F. RGB value is (132,18,79). Sum of RGB (Red+Green+Blue) = 132+18+79=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84124F is #7BEDB0. Grayscale: #3A3A3A. Windows color (decimal): -8121777 or 5182084. OLE color: 5182084.
HSL color Cylindrical-coordinate representation of color #84124F: hue angle of 327.89º 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 #84124F is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 79 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.48 |
| HSL | 327.89º | 0.76% | 0.29% | - |
| HSV(B) | 327.89º | 0.86% | 0.52% | - |
| XYZ | 11.14 | 5.9 | 7.95 | - |
| YUV | 59.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 79 | 0 | 0.86 | 0.40 | 0.48 | 327.89 | 0.76 | 0.29 |
| Hex | 84 | 12 | 4F | 0 | 56 | 28 | 30 | 148 | 4C | 1D |
| Octal | 204 | 22 | 117 | 0 | 126 | 50 | 60 | 510 | 114 | 35 |
| Binary | 10000100 | 10010 | 1001111 | 0 | 1010110 | 101000 | 110000 | 101001000 | 1001100 | 11101 |
Color Harmonies of #84124F
Complementary color
Monochromatic Colors of #84124F
Black with #84124F
Text Example
Text Example
White with #84124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84124F; }
p { color: rgb(132,18,79); }
H1.HeaderClassName
{
color: #84124F;
}
.AnyTagClassName
{
color: #84124F;
}
</style>
background-color css
<style>
a { background-color: #84124F; }
a { background-color: rgb(132,18,79); }
div.DivClassName
{
background-color: #84124F;
}
.BgClassName
{
background-color: #84124F;
}
</style>
border-color css
<style>
span { border-color: #84124F; }
span { border-color: rgb(132,18,79); }
td.TdClassName
{
border-color: #84124F;
}
.TagClassName
{
border-color: #84124F;
}
</style>