Shades of Rose Bud Cherry #841853
Tints of Rose Bud Cherry #841853
RGB
CMYK
RGB Variations
Color information
#841853 (or 0x841853) is known color: Rose Bud Cherry. HEX triplet: 84, 18 and 53. RGB value is (132,24,83). Sum of RGB (Red+Green+Blue) = 132+24+83=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #841853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841853 is #7BE7AC. Grayscale: #3E3E3E. Windows color (decimal): -8120237 or 5445764. OLE color: 5445764.
HSL color Cylindrical-coordinate representation of color #841853: hue angle of 327.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841853 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 83 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.48 |
| HSL | 327.22º | 0.69% | 0.31% | - |
| HSV(B) | 327.22º | 0.82% | 0.52% | - |
| XYZ | 11.4 | 6.18 | 8.78 | - |
| YUV | 63.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 83 | 0 | 0.82 | 0.37 | 0.48 | 327.22 | 0.69 | 0.31 |
| Hex | 84 | 18 | 53 | 0 | 52 | 25 | 30 | 147 | 45 | 1F |
| Octal | 204 | 30 | 123 | 0 | 122 | 45 | 60 | 507 | 105 | 37 |
| Binary | 10000100 | 11000 | 1010011 | 0 | 1010010 | 100101 | 110000 | 101000111 | 1000101 | 11111 |
Color Harmonies of #841853
Complementary color
Monochromatic Colors of #841853
Black with #841853
Text Example
Text Example
White with #841853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841853; }
p { color: rgb(132,24,83); }
H1.HeaderClassName
{
color: #841853;
}
.AnyTagClassName
{
color: #841853;
}
</style>
background-color css
<style>
a { background-color: #841853; }
a { background-color: rgb(132,24,83); }
div.DivClassName
{
background-color: #841853;
}
.BgClassName
{
background-color: #841853;
}
</style>
border-color css
<style>
span { border-color: #841853; }
span { border-color: rgb(132,24,83); }
td.TdClassName
{
border-color: #841853;
}
.TagClassName
{
border-color: #841853;
}
</style>