Shades of Rose Bud Cherry #84295C
Tints of Rose Bud Cherry #84295C
RGB
CMYK
RGB Variations
Color information
#84295C (or 0x84295C) is known color: Rose Bud Cherry. HEX triplet: 84, 29 and 5C. RGB value is (132,41,92). Sum of RGB (Red+Green+Blue) = 132+41+92=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84295C is #7BD6A3. Grayscale: #494949. Windows color (decimal): -8115876 or 6039940. OLE color: 6039940.
HSL color Cylindrical-coordinate representation of color #84295C: hue angle of 326.37º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84295C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 92 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.48 |
| HSL | 326.37º | 0.53% | 0.34% | - |
| HSV(B) | 326.37º | 0.69% | 0.52% | - |
| XYZ | 12.24 | 7.26 | 10.88 | - |
| YUV | 74.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 92 | 0 | 0.69 | 0.30 | 0.48 | 326.37 | 0.53 | 0.34 |
| Hex | 84 | 29 | 5C | 0 | 45 | 1E | 30 | 146 | 35 | 22 |
| Octal | 204 | 51 | 134 | 0 | 105 | 36 | 60 | 506 | 65 | 42 |
| Binary | 10000100 | 101001 | 1011100 | 0 | 1000101 | 11110 | 110000 | 101000110 | 110101 | 100010 |
Color Harmonies of #84295C
Complementary color
Monochromatic Colors of #84295C
Black with #84295C
Text Example
Text Example
White with #84295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84295C; }
p { color: rgb(132,41,92); }
H1.HeaderClassName
{
color: #84295C;
}
.AnyTagClassName
{
color: #84295C;
}
</style>
background-color css
<style>
a { background-color: #84295C; }
a { background-color: rgb(132,41,92); }
div.DivClassName
{
background-color: #84295C;
}
.BgClassName
{
background-color: #84295C;
}
</style>
border-color css
<style>
span { border-color: #84295C; }
span { border-color: rgb(132,41,92); }
td.TdClassName
{
border-color: #84295C;
}
.TagClassName
{
border-color: #84295C;
}
</style>