Shades of Rose Bud Cherry #84205C
Tints of Rose Bud Cherry #84205C
RGB
CMYK
RGB Variations
Color information
#84205C (or 0x84205C) is known color: Rose Bud Cherry. HEX triplet: 84, 20 and 5C. RGB value is (132,32,92). Sum of RGB (Red+Green+Blue) = 132+32+92=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84205C is #7BDFA3. Grayscale: #444444. Windows color (decimal): -8118180 or 6037636. OLE color: 6037636.
HSL color Cylindrical-coordinate representation of color #84205C: hue angle of 324º 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 #84205C is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 92 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.48 |
| HSL | 324º | 0.61% | 0.32% | - |
| HSV(B) | 324º | 0.76% | 0.52% | - |
| XYZ | 11.96 | 6.71 | 10.79 | - |
| YUV | 68.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 92 | 0 | 0.76 | 0.30 | 0.48 | 324 | 0.61 | 0.32 |
| Hex | 84 | 20 | 5C | 0 | 4C | 1E | 30 | 144 | 3D | 20 |
| Octal | 204 | 40 | 134 | 0 | 114 | 36 | 60 | 504 | 75 | 40 |
| Binary | 10000100 | 100000 | 1011100 | 0 | 1001100 | 11110 | 110000 | 101000100 | 111101 | 100000 |
Color Harmonies of #84205C
Complementary color
Monochromatic Colors of #84205C
Black with #84205C
Text Example
Text Example
White with #84205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84205C; }
p { color: rgb(132,32,92); }
H1.HeaderClassName
{
color: #84205C;
}
.AnyTagClassName
{
color: #84205C;
}
</style>
background-color css
<style>
a { background-color: #84205C; }
a { background-color: rgb(132,32,92); }
div.DivClassName
{
background-color: #84205C;
}
.BgClassName
{
background-color: #84205C;
}
</style>
border-color css
<style>
span { border-color: #84205C; }
span { border-color: rgb(132,32,92); }
td.TdClassName
{
border-color: #84205C;
}
.TagClassName
{
border-color: #84205C;
}
</style>