Shades of Rose Bud Cherry #84355E
Tints of Rose Bud Cherry #84355E
RGB
CMYK
RGB Variations
Color information
#84355E (or 0x84355E) is known color: Rose Bud Cherry. HEX triplet: 84, 35 and 5E. RGB value is (132,53,94). Sum of RGB (Red+Green+Blue) = 132+53+94=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84355E is #7BCAA1. Grayscale: #515151. Windows color (decimal): -8112802 or 6174084. OLE color: 6174084.
HSL color Cylindrical-coordinate representation of color #84355E: hue angle of 328.86º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84355E is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 94 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.48 |
| HSL | 328.86º | 0.43% | 0.36% | - |
| HSV(B) | 328.86º | 0.6% | 0.52% | - |
| XYZ | 12.81 | 8.26 | 11.51 | - |
| YUV | 81.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 94 | 0 | 0.60 | 0.29 | 0.48 | 328.86 | 0.43 | 0.36 |
| Hex | 84 | 35 | 5E | 0 | 3C | 1D | 30 | 149 | 2B | 24 |
| Octal | 204 | 65 | 136 | 0 | 74 | 35 | 60 | 511 | 53 | 44 |
| Binary | 10000100 | 110101 | 1011110 | 0 | 111100 | 11101 | 110000 | 101001001 | 101011 | 100100 |
Color Harmonies of #84355E
Complementary color
Monochromatic Colors of #84355E
Black with #84355E
Text Example
Text Example
White with #84355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84355E; }
p { color: rgb(132,53,94); }
H1.HeaderClassName
{
color: #84355E;
}
.AnyTagClassName
{
color: #84355E;
}
</style>
background-color css
<style>
a { background-color: #84355E; }
a { background-color: rgb(132,53,94); }
div.DivClassName
{
background-color: #84355E;
}
.BgClassName
{
background-color: #84355E;
}
</style>
border-color css
<style>
span { border-color: #84355E; }
span { border-color: rgb(132,53,94); }
td.TdClassName
{
border-color: #84355E;
}
.TagClassName
{
border-color: #84355E;
}
</style>