Shades of Rose Bud Cherry #84355C
Tints of Rose Bud Cherry #84355C
RGB
CMYK
RGB Variations
Color information
#84355C (or 0x84355C) is known color: Rose Bud Cherry. HEX triplet: 84, 35 and 5C. RGB value is (132,53,92). Sum of RGB (Red+Green+Blue) = 132+53+92=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84355C is #7BCAA3. Grayscale: #505050. Windows color (decimal): -8112804 or 6043012. OLE color: 6043012.
HSL color Cylindrical-coordinate representation of color #84355C: hue angle of 330.38º 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 #84355C is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 92 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.48 |
| HSL | 330.38º | 0.43% | 0.36% | - |
| HSV(B) | 330.38º | 0.6% | 0.52% | - |
| XYZ | 12.72 | 8.22 | 11.04 | - |
| YUV | 81.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 92 | 0 | 0.60 | 0.30 | 0.48 | 330.38 | 0.43 | 0.36 |
| Hex | 84 | 35 | 5C | 0 | 3C | 1E | 30 | 14A | 2B | 24 |
| Octal | 204 | 65 | 134 | 0 | 74 | 36 | 60 | 512 | 53 | 44 |
| Binary | 10000100 | 110101 | 1011100 | 0 | 111100 | 11110 | 110000 | 101001010 | 101011 | 100100 |
Color Harmonies of #84355C
Complementary color
Monochromatic Colors of #84355C
Black with #84355C
Text Example
Text Example
White with #84355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84355C; }
p { color: rgb(132,53,92); }
H1.HeaderClassName
{
color: #84355C;
}
.AnyTagClassName
{
color: #84355C;
}
</style>
background-color css
<style>
a { background-color: #84355C; }
a { background-color: rgb(132,53,92); }
div.DivClassName
{
background-color: #84355C;
}
.BgClassName
{
background-color: #84355C;
}
</style>
border-color css
<style>
span { border-color: #84355C; }
span { border-color: rgb(132,53,92); }
td.TdClassName
{
border-color: #84355C;
}
.TagClassName
{
border-color: #84355C;
}
</style>