Shades of Rose Bud Cherry #843764
Tints of Rose Bud Cherry #843764
RGB
CMYK
RGB Variations
Color information
#843764 (or 0x843764) is known color: Rose Bud Cherry. HEX triplet: 84, 37 and 64. RGB value is (132,55,100). Sum of RGB (Red+Green+Blue) = 132+55+100=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #843764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843764 is #7BC89B. Grayscale: #535353. Windows color (decimal): -8112284 or 6567812. OLE color: 6567812.
HSL color Cylindrical-coordinate representation of color #843764: hue angle of 324.94º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843764 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 100 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.48 |
| HSL | 324.94º | 0.41% | 0.37% | - |
| HSV(B) | 324.94º | 0.58% | 0.52% | - |
| XYZ | 13.18 | 8.56 | 13.01 | - |
| YUV | 83.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 100 | 0 | 0.58 | 0.24 | 0.48 | 324.94 | 0.41 | 0.37 |
| Hex | 84 | 37 | 64 | 0 | 3A | 18 | 30 | 145 | 29 | 25 |
| Octal | 204 | 67 | 144 | 0 | 72 | 30 | 60 | 505 | 51 | 45 |
| Binary | 10000100 | 110111 | 1100100 | 0 | 111010 | 11000 | 110000 | 101000101 | 101001 | 100101 |
Color Harmonies of #843764
Complementary color
Monochromatic Colors of #843764
Black with #843764
Text Example
Text Example
White with #843764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843764; }
p { color: rgb(132,55,100); }
H1.HeaderClassName
{
color: #843764;
}
.AnyTagClassName
{
color: #843764;
}
</style>
background-color css
<style>
a { background-color: #843764; }
a { background-color: rgb(132,55,100); }
div.DivClassName
{
background-color: #843764;
}
.BgClassName
{
background-color: #843764;
}
</style>
border-color css
<style>
span { border-color: #843764; }
span { border-color: rgb(132,55,100); }
td.TdClassName
{
border-color: #843764;
}
.TagClassName
{
border-color: #843764;
}
</style>