Shades of Rose Bud Cherry #84285C
Tints of Rose Bud Cherry #84285C
RGB
CMYK
RGB Variations
Color information
#84285C (or 0x84285C) is known color: Rose Bud Cherry. HEX triplet: 84, 28 and 5C. RGB value is (132,40,92). Sum of RGB (Red+Green+Blue) = 132+40+92=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84285C is #7BD7A3. Grayscale: #494949. Windows color (decimal): -8116132 or 6039684. OLE color: 6039684.
HSL color Cylindrical-coordinate representation of color #84285C: hue angle of 326.09º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84285C is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 92 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.48 |
| HSL | 326.09º | 0.53% | 0.34% | - |
| HSV(B) | 326.09º | 0.7% | 0.52% | - |
| XYZ | 12.21 | 7.2 | 10.87 | - |
| YUV | 73.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 92 | 0 | 0.70 | 0.30 | 0.48 | 326.09 | 0.53 | 0.34 |
| Hex | 84 | 28 | 5C | 0 | 46 | 1E | 30 | 146 | 35 | 22 |
| Octal | 204 | 50 | 134 | 0 | 106 | 36 | 60 | 506 | 65 | 42 |
| Binary | 10000100 | 101000 | 1011100 | 0 | 1000110 | 11110 | 110000 | 101000110 | 110101 | 100010 |
Color Harmonies of #84285C
Complementary color
Monochromatic Colors of #84285C
Black with #84285C
Text Example
Text Example
White with #84285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84285C; }
p { color: rgb(132,40,92); }
H1.HeaderClassName
{
color: #84285C;
}
.AnyTagClassName
{
color: #84285C;
}
</style>
background-color css
<style>
a { background-color: #84285C; }
a { background-color: rgb(132,40,92); }
div.DivClassName
{
background-color: #84285C;
}
.BgClassName
{
background-color: #84285C;
}
</style>
border-color css
<style>
span { border-color: #84285C; }
span { border-color: rgb(132,40,92); }
td.TdClassName
{
border-color: #84285C;
}
.TagClassName
{
border-color: #84285C;
}
</style>