Shades of Rose Bud Cherry #842B52
Tints of Rose Bud Cherry #842B52
RGB
CMYK
RGB Variations
Color information
#842B52 (or 0x842B52) is known color: Rose Bud Cherry. HEX triplet: 84, 2B and 52. RGB value is (132,43,82). Sum of RGB (Red+Green+Blue) = 132+43+82=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #842B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B52 is #7BD4AD. Grayscale: #494949. Windows color (decimal): -8115374 or 5385092. OLE color: 5385092.
HSL color Cylindrical-coordinate representation of color #842B52: hue angle of 333.71º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842B52 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 43 | 82 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.48 |
| HSL | 333.71º | 0.51% | 0.34% | - |
| HSV(B) | 333.71º | 0.67% | 0.52% | - |
| XYZ | 11.9 | 7.24 | 8.75 | - |
| YUV | 74.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 82 | 0 | 0.67 | 0.38 | 0.48 | 333.71 | 0.51 | 0.34 |
| Hex | 84 | 2B | 52 | 0 | 43 | 26 | 30 | 14E | 33 | 22 |
| Octal | 204 | 53 | 122 | 0 | 103 | 46 | 60 | 516 | 63 | 42 |
| Binary | 10000100 | 101011 | 1010010 | 0 | 1000011 | 100110 | 110000 | 101001110 | 110011 | 100010 |
Color Harmonies of #842B52
Complementary color
Monochromatic Colors of #842B52
Black with #842B52
Text Example
Text Example
White with #842B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842B52; }
p { color: rgb(132,43,82); }
H1.HeaderClassName
{
color: #842B52;
}
.AnyTagClassName
{
color: #842B52;
}
</style>
background-color css
<style>
a { background-color: #842B52; }
a { background-color: rgb(132,43,82); }
div.DivClassName
{
background-color: #842B52;
}
.BgClassName
{
background-color: #842B52;
}
</style>
border-color css
<style>
span { border-color: #842B52; }
span { border-color: rgb(132,43,82); }
td.TdClassName
{
border-color: #842B52;
}
.TagClassName
{
border-color: #842B52;
}
</style>