Shades of Rose Bud Cherry #84245A
Tints of Rose Bud Cherry #84245A
RGB
CMYK
RGB Variations
Color information
#84245A (or 0x84245A) is known color: Rose Bud Cherry. HEX triplet: 84, 24 and 5A. RGB value is (132,36,90). Sum of RGB (Red+Green+Blue) = 132+36+90=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84245A is #7BDBA5. Grayscale: #464646. Windows color (decimal): -8117158 or 5907588. OLE color: 5907588.
HSL color Cylindrical-coordinate representation of color #84245A: hue angle of 326.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84245A is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 90 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.48 |
| HSL | 326.25º | 0.57% | 0.33% | - |
| HSV(B) | 326.25º | 0.73% | 0.52% | - |
| XYZ | 11.99 | 6.91 | 10.37 | - |
| YUV | 70.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 90 | 0 | 0.73 | 0.32 | 0.48 | 326.25 | 0.57 | 0.33 |
| Hex | 84 | 24 | 5A | 0 | 49 | 20 | 30 | 146 | 39 | 21 |
| Octal | 204 | 44 | 132 | 0 | 111 | 40 | 60 | 506 | 71 | 41 |
| Binary | 10000100 | 100100 | 1011010 | 0 | 1001001 | 100000 | 110000 | 101000110 | 111001 | 100001 |
Color Harmonies of #84245A
Complementary color
Monochromatic Colors of #84245A
Black with #84245A
Text Example
Text Example
White with #84245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84245A; }
p { color: rgb(132,36,90); }
H1.HeaderClassName
{
color: #84245A;
}
.AnyTagClassName
{
color: #84245A;
}
</style>
background-color css
<style>
a { background-color: #84245A; }
a { background-color: rgb(132,36,90); }
div.DivClassName
{
background-color: #84245A;
}
.BgClassName
{
background-color: #84245A;
}
</style>
border-color css
<style>
span { border-color: #84245A; }
span { border-color: rgb(132,36,90); }
td.TdClassName
{
border-color: #84245A;
}
.TagClassName
{
border-color: #84245A;
}
</style>