Shades of Rose Bud Cherry #843C5D
Tints of Rose Bud Cherry #843C5D
RGB
CMYK
RGB Variations
Color information
#843C5D (or 0x843C5D) is known color: Rose Bud Cherry. HEX triplet: 84, 3C and 5D. RGB value is (132,60,93). Sum of RGB (Red+Green+Blue) = 132+60+93=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C5D is #7BC3A2. Grayscale: #555555. Windows color (decimal): -8111011 or 6110340. OLE color: 6110340.
HSL color Cylindrical-coordinate representation of color #843C5D: hue angle of 332.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C5D is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 93 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.48 |
| HSL | 332.5º | 0.38% | 0.38% | - |
| HSV(B) | 332.5º | 0.55% | 0.52% | - |
| XYZ | 13.11 | 8.93 | 11.39 | - |
| YUV | 85.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 93 | 0 | 0.55 | 0.30 | 0.48 | 332.5 | 0.38 | 0.38 |
| Hex | 84 | 3C | 5D | 0 | 37 | 1E | 30 | 14C | 26 | 26 |
| Octal | 204 | 74 | 135 | 0 | 67 | 36 | 60 | 514 | 46 | 46 |
| Binary | 10000100 | 111100 | 1011101 | 0 | 110111 | 11110 | 110000 | 101001100 | 100110 | 100110 |
Color Harmonies of #843C5D
Complementary color
Monochromatic Colors of #843C5D
Black with #843C5D
Text Example
Text Example
White with #843C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C5D; }
p { color: rgb(132,60,93); }
H1.HeaderClassName
{
color: #843C5D;
}
.AnyTagClassName
{
color: #843C5D;
}
</style>
background-color css
<style>
a { background-color: #843C5D; }
a { background-color: rgb(132,60,93); }
div.DivClassName
{
background-color: #843C5D;
}
.BgClassName
{
background-color: #843C5D;
}
</style>
border-color css
<style>
span { border-color: #843C5D; }
span { border-color: rgb(132,60,93); }
td.TdClassName
{
border-color: #843C5D;
}
.TagClassName
{
border-color: #843C5D;
}
</style>