Shades of Rose Bud Cherry #84205E
Tints of Rose Bud Cherry #84205E
RGB
CMYK
RGB Variations
Color information
#84205E (or 0x84205E) is known color: Rose Bud Cherry. HEX triplet: 84, 20 and 5E. RGB value is (132,32,94). Sum of RGB (Red+Green+Blue) = 132+32+94=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84205E is #7BDFA1. Grayscale: #444444. Windows color (decimal): -8118178 or 6168708. OLE color: 6168708.
HSL color Cylindrical-coordinate representation of color #84205E: hue angle of 322.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84205E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 94 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.48 |
| HSL | 322.8º | 0.61% | 0.32% | - |
| HSV(B) | 322.8º | 0.76% | 0.52% | - |
| XYZ | 12.05 | 6.75 | 11.26 | - |
| YUV | 68.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 94 | 0 | 0.76 | 0.29 | 0.48 | 322.8 | 0.61 | 0.32 |
| Hex | 84 | 20 | 5E | 0 | 4C | 1D | 30 | 143 | 3D | 20 |
| Octal | 204 | 40 | 136 | 0 | 114 | 35 | 60 | 503 | 75 | 40 |
| Binary | 10000100 | 100000 | 1011110 | 0 | 1001100 | 11101 | 110000 | 101000011 | 111101 | 100000 |
Color Harmonies of #84205E
Complementary color
Monochromatic Colors of #84205E
Black with #84205E
Text Example
Text Example
White with #84205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84205E; }
p { color: rgb(132,32,94); }
H1.HeaderClassName
{
color: #84205E;
}
.AnyTagClassName
{
color: #84205E;
}
</style>
background-color css
<style>
a { background-color: #84205E; }
a { background-color: rgb(132,32,94); }
div.DivClassName
{
background-color: #84205E;
}
.BgClassName
{
background-color: #84205E;
}
</style>
border-color css
<style>
span { border-color: #84205E; }
span { border-color: rgb(132,32,94); }
td.TdClassName
{
border-color: #84205E;
}
.TagClassName
{
border-color: #84205E;
}
</style>