Shades of Rose Bud Cherry #84355F
Tints of Rose Bud Cherry #84355F
RGB
CMYK
RGB Variations
Color information
#84355F (or 0x84355F) is known color: Rose Bud Cherry. HEX triplet: 84, 35 and 5F. RGB value is (132,53,95). Sum of RGB (Red+Green+Blue) = 132+53+95=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84355F is #7BCAA0. Grayscale: #515151. Windows color (decimal): -8112801 or 6239620. OLE color: 6239620.
HSL color Cylindrical-coordinate representation of color #84355F: hue angle of 328.1º 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 #84355F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 95 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.48 |
| HSL | 328.1º | 0.43% | 0.36% | - |
| HSV(B) | 328.1º | 0.6% | 0.52% | - |
| XYZ | 12.85 | 8.28 | 11.75 | - |
| YUV | 81.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 95 | 0 | 0.60 | 0.28 | 0.48 | 328.1 | 0.43 | 0.36 |
| Hex | 84 | 35 | 5F | 0 | 3C | 1C | 30 | 148 | 2B | 24 |
| Octal | 204 | 65 | 137 | 0 | 74 | 34 | 60 | 510 | 53 | 44 |
| Binary | 10000100 | 110101 | 1011111 | 0 | 111100 | 11100 | 110000 | 101001000 | 101011 | 100100 |
Color Harmonies of #84355F
Complementary color
Monochromatic Colors of #84355F
Black with #84355F
Text Example
Text Example
White with #84355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84355F; }
p { color: rgb(132,53,95); }
H1.HeaderClassName
{
color: #84355F;
}
.AnyTagClassName
{
color: #84355F;
}
</style>
background-color css
<style>
a { background-color: #84355F; }
a { background-color: rgb(132,53,95); }
div.DivClassName
{
background-color: #84355F;
}
.BgClassName
{
background-color: #84355F;
}
</style>
border-color css
<style>
span { border-color: #84355F; }
span { border-color: rgb(132,53,95); }
td.TdClassName
{
border-color: #84355F;
}
.TagClassName
{
border-color: #84355F;
}
</style>