Shades of Rose Bud Cherry #84134C
Tints of Rose Bud Cherry #84134C
RGB
CMYK
RGB Variations
Color information
#84134C (or 0x84134C) is known color: Rose Bud Cherry. HEX triplet: 84, 13 and 4C. RGB value is (132,19,76). Sum of RGB (Red+Green+Blue) = 132+19+76=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84134C is #7BECB3. Grayscale: #3B3B3B. Windows color (decimal): -8121524 or 4985732. OLE color: 4985732.
HSL color Cylindrical-coordinate representation of color #84134C: hue angle of 329.73º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84134C is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 76 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.48 |
| HSL | 329.73º | 0.75% | 0.3% | - |
| HSV(B) | 329.73º | 0.86% | 0.52% | - |
| XYZ | 11.05 | 5.89 | 7.39 | - |
| YUV | 59.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 76 | 0 | 0.86 | 0.42 | 0.48 | 329.73 | 0.75 | 0.3 |
| Hex | 84 | 13 | 4C | 0 | 56 | 2A | 30 | 14A | 4B | 1E |
| Octal | 204 | 23 | 114 | 0 | 126 | 52 | 60 | 512 | 113 | 36 |
| Binary | 10000100 | 10011 | 1001100 | 0 | 1010110 | 101010 | 110000 | 101001010 | 1001011 | 11110 |
Color Harmonies of #84134C
Complementary color
Monochromatic Colors of #84134C
Black with #84134C
Text Example
Text Example
White with #84134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84134C; }
p { color: rgb(132,19,76); }
H1.HeaderClassName
{
color: #84134C;
}
.AnyTagClassName
{
color: #84134C;
}
</style>
background-color css
<style>
a { background-color: #84134C; }
a { background-color: rgb(132,19,76); }
div.DivClassName
{
background-color: #84134C;
}
.BgClassName
{
background-color: #84134C;
}
</style>
border-color css
<style>
span { border-color: #84134C; }
span { border-color: rgb(132,19,76); }
td.TdClassName
{
border-color: #84134C;
}
.TagClassName
{
border-color: #84134C;
}
</style>