Shades of Rose Bud Cherry #842752
Tints of Rose Bud Cherry #842752
RGB
CMYK
RGB Variations
Color information
#842752 (or 0x842752) is known color: Rose Bud Cherry. HEX triplet: 84, 27 and 52. RGB value is (132,39,82). Sum of RGB (Red+Green+Blue) = 132+39+82=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #842752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842752 is #7BD8AD. Grayscale: #474747. Windows color (decimal): -8116398 or 5384068. OLE color: 5384068.
HSL color Cylindrical-coordinate representation of color #842752: hue angle of 332.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842752 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 82 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.48 |
| HSL | 332.26º | 0.54% | 0.34% | - |
| HSV(B) | 332.26º | 0.7% | 0.52% | - |
| XYZ | 11.76 | 6.97 | 8.71 | - |
| YUV | 71.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 82 | 0 | 0.70 | 0.38 | 0.48 | 332.26 | 0.54 | 0.34 |
| Hex | 84 | 27 | 52 | 0 | 46 | 26 | 30 | 14C | 36 | 22 |
| Octal | 204 | 47 | 122 | 0 | 106 | 46 | 60 | 514 | 66 | 42 |
| Binary | 10000100 | 100111 | 1010010 | 0 | 1000110 | 100110 | 110000 | 101001100 | 110110 | 100010 |
Color Harmonies of #842752
Complementary color
Monochromatic Colors of #842752
Black with #842752
Text Example
Text Example
White with #842752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842752; }
p { color: rgb(132,39,82); }
H1.HeaderClassName
{
color: #842752;
}
.AnyTagClassName
{
color: #842752;
}
</style>
background-color css
<style>
a { background-color: #842752; }
a { background-color: rgb(132,39,82); }
div.DivClassName
{
background-color: #842752;
}
.BgClassName
{
background-color: #842752;
}
</style>
border-color css
<style>
span { border-color: #842752; }
span { border-color: rgb(132,39,82); }
td.TdClassName
{
border-color: #842752;
}
.TagClassName
{
border-color: #842752;
}
</style>