Shades of Rose Bud Cherry #84285A
Tints of Rose Bud Cherry #84285A
RGB
CMYK
RGB Variations
Color information
#84285A (or 0x84285A) is known color: Rose Bud Cherry. HEX triplet: 84, 28 and 5A. RGB value is (132,40,90). Sum of RGB (Red+Green+Blue) = 132+40+90=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84285A is #7BD7A5. Grayscale: #494949. Windows color (decimal): -8116134 or 5908612. OLE color: 5908612.
HSL color Cylindrical-coordinate representation of color #84285A: hue angle of 327.39º 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 #84285A is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 90 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.48 |
| HSL | 327.39º | 0.53% | 0.34% | - |
| HSV(B) | 327.39º | 0.7% | 0.52% | - |
| XYZ | 12.12 | 7.16 | 10.42 | - |
| YUV | 73.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 90 | 0 | 0.70 | 0.32 | 0.48 | 327.39 | 0.53 | 0.34 |
| Hex | 84 | 28 | 5A | 0 | 46 | 20 | 30 | 147 | 35 | 22 |
| Octal | 204 | 50 | 132 | 0 | 106 | 40 | 60 | 507 | 65 | 42 |
| Binary | 10000100 | 101000 | 1011010 | 0 | 1000110 | 100000 | 110000 | 101000111 | 110101 | 100010 |
Color Harmonies of #84285A
Complementary color
Monochromatic Colors of #84285A
Black with #84285A
Text Example
Text Example
White with #84285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84285A; }
p { color: rgb(132,40,90); }
H1.HeaderClassName
{
color: #84285A;
}
.AnyTagClassName
{
color: #84285A;
}
</style>
background-color css
<style>
a { background-color: #84285A; }
a { background-color: rgb(132,40,90); }
div.DivClassName
{
background-color: #84285A;
}
.BgClassName
{
background-color: #84285A;
}
</style>
border-color css
<style>
span { border-color: #84285A; }
span { border-color: rgb(132,40,90); }
td.TdClassName
{
border-color: #84285A;
}
.TagClassName
{
border-color: #84285A;
}
</style>