Shades of Rose Bud Cherry #84365F
Tints of Rose Bud Cherry #84365F
RGB
CMYK
RGB Variations
Color information
#84365F (or 0x84365F) is known color: Rose Bud Cherry. HEX triplet: 84, 36 and 5F. RGB value is (132,54,95). Sum of RGB (Red+Green+Blue) = 132+54+95=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84365F is #7BC9A0. Grayscale: #515151. Windows color (decimal): -8112545 or 6239876. OLE color: 6239876.
HSL color Cylindrical-coordinate representation of color #84365F: hue angle of 328.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84365F is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 95 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.48 |
| HSL | 328.46º | 0.42% | 0.36% | - |
| HSV(B) | 328.46º | 0.59% | 0.52% | - |
| XYZ | 12.9 | 8.37 | 11.76 | - |
| YUV | 82 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 95 | 0 | 0.59 | 0.28 | 0.48 | 328.46 | 0.42 | 0.36 |
| Hex | 84 | 36 | 5F | 0 | 3B | 1C | 30 | 148 | 2A | 24 |
| Octal | 204 | 66 | 137 | 0 | 73 | 34 | 60 | 510 | 52 | 44 |
| Binary | 10000100 | 110110 | 1011111 | 0 | 111011 | 11100 | 110000 | 101001000 | 101010 | 100100 |
Color Harmonies of #84365F
Complementary color
Monochromatic Colors of #84365F
Black with #84365F
Text Example
Text Example
White with #84365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84365F; }
p { color: rgb(132,54,95); }
H1.HeaderClassName
{
color: #84365F;
}
.AnyTagClassName
{
color: #84365F;
}
</style>
background-color css
<style>
a { background-color: #84365F; }
a { background-color: rgb(132,54,95); }
div.DivClassName
{
background-color: #84365F;
}
.BgClassName
{
background-color: #84365F;
}
</style>
border-color css
<style>
span { border-color: #84365F; }
span { border-color: rgb(132,54,95); }
td.TdClassName
{
border-color: #84365F;
}
.TagClassName
{
border-color: #84365F;
}
</style>