Shades of Rose Bud Cherry #84164E
Tints of Rose Bud Cherry #84164E
RGB
CMYK
RGB Variations
Color information
#84164E (or 0x84164E) is known color: Rose Bud Cherry. HEX triplet: 84, 16 and 4E. RGB value is (132,22,78). Sum of RGB (Red+Green+Blue) = 132+22+78=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84164E is #7BE9B1. Grayscale: #3D3D3D. Windows color (decimal): -8120754 or 5117572. OLE color: 5117572.
HSL color Cylindrical-coordinate representation of color #84164E: hue angle of 329.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84164E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 78 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.48 |
| HSL | 329.45º | 0.71% | 0.3% | - |
| HSV(B) | 329.45º | 0.83% | 0.52% | - |
| XYZ | 11.18 | 6.03 | 7.78 | - |
| YUV | 61.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 78 | 0 | 0.83 | 0.41 | 0.48 | 329.45 | 0.71 | 0.3 |
| Hex | 84 | 16 | 4E | 0 | 53 | 29 | 30 | 149 | 47 | 1E |
| Octal | 204 | 26 | 116 | 0 | 123 | 51 | 60 | 511 | 107 | 36 |
| Binary | 10000100 | 10110 | 1001110 | 0 | 1010011 | 101001 | 110000 | 101001001 | 1000111 | 11110 |
Color Harmonies of #84164E
Complementary color
Monochromatic Colors of #84164E
Black with #84164E
Text Example
Text Example
White with #84164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84164E; }
p { color: rgb(132,22,78); }
H1.HeaderClassName
{
color: #84164E;
}
.AnyTagClassName
{
color: #84164E;
}
</style>
background-color css
<style>
a { background-color: #84164E; }
a { background-color: rgb(132,22,78); }
div.DivClassName
{
background-color: #84164E;
}
.BgClassName
{
background-color: #84164E;
}
</style>
border-color css
<style>
span { border-color: #84164E; }
span { border-color: rgb(132,22,78); }
td.TdClassName
{
border-color: #84164E;
}
.TagClassName
{
border-color: #84164E;
}
</style>