Shades of Rose Bud Cherry #84134E
Tints of Rose Bud Cherry #84134E
RGB
CMYK
RGB Variations
Color information
#84134E (or 0x84134E) is known color: Rose Bud Cherry. HEX triplet: 84, 13 and 4E. RGB value is (132,19,78). Sum of RGB (Red+Green+Blue) = 132+19+78=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84134E is #7BECB1. Grayscale: #3B3B3B. Windows color (decimal): -8121522 or 5116804. OLE color: 5116804.
HSL color Cylindrical-coordinate representation of color #84134E: hue angle of 328.67º 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 #84134E is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 78 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.48 |
| HSL | 328.67º | 0.75% | 0.3% | - |
| HSV(B) | 328.67º | 0.86% | 0.52% | - |
| XYZ | 11.12 | 5.92 | 7.76 | - |
| YUV | 59.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 78 | 0 | 0.86 | 0.41 | 0.48 | 328.67 | 0.75 | 0.3 |
| Hex | 84 | 13 | 4E | 0 | 56 | 29 | 30 | 149 | 4B | 1E |
| Octal | 204 | 23 | 116 | 0 | 126 | 51 | 60 | 511 | 113 | 36 |
| Binary | 10000100 | 10011 | 1001110 | 0 | 1010110 | 101001 | 110000 | 101001001 | 1001011 | 11110 |
Color Harmonies of #84134E
Complementary color
Monochromatic Colors of #84134E
Black with #84134E
Text Example
Text Example
White with #84134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84134E; }
p { color: rgb(132,19,78); }
H1.HeaderClassName
{
color: #84134E;
}
.AnyTagClassName
{
color: #84134E;
}
</style>
background-color css
<style>
a { background-color: #84134E; }
a { background-color: rgb(132,19,78); }
div.DivClassName
{
background-color: #84134E;
}
.BgClassName
{
background-color: #84134E;
}
</style>
border-color css
<style>
span { border-color: #84134E; }
span { border-color: rgb(132,19,78); }
td.TdClassName
{
border-color: #84134E;
}
.TagClassName
{
border-color: #84134E;
}
</style>