Shades of Rose Bud Cherry #842C62
Tints of Rose Bud Cherry #842C62
RGB
CMYK
RGB Variations
Color information
#842C62 (or 0x842C62) is known color: Rose Bud Cherry. HEX triplet: 84, 2C and 62. RGB value is (132,44,98). Sum of RGB (Red+Green+Blue) = 132+44+98=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #842C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C62 is #7BD39D. Grayscale: #4C4C4C. Windows color (decimal): -8115102 or 6433924. OLE color: 6433924.
HSL color Cylindrical-coordinate representation of color #842C62: hue angle of 323.18º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C62 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 98 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.48 |
| HSL | 323.18º | 0.5% | 0.35% | - |
| HSV(B) | 323.18º | 0.67% | 0.52% | - |
| XYZ | 12.62 | 7.59 | 12.35 | - |
| YUV | 76.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 98 | 0 | 0.67 | 0.26 | 0.48 | 323.18 | 0.5 | 0.35 |
| Hex | 84 | 2C | 62 | 0 | 43 | 1A | 30 | 143 | 32 | 23 |
| Octal | 204 | 54 | 142 | 0 | 103 | 32 | 60 | 503 | 62 | 43 |
| Binary | 10000100 | 101100 | 1100010 | 0 | 1000011 | 11010 | 110000 | 101000011 | 110010 | 100011 |
Color Harmonies of #842C62
Complementary color
Monochromatic Colors of #842C62
Black with #842C62
Text Example
Text Example
White with #842C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C62; }
p { color: rgb(132,44,98); }
H1.HeaderClassName
{
color: #842C62;
}
.AnyTagClassName
{
color: #842C62;
}
</style>
background-color css
<style>
a { background-color: #842C62; }
a { background-color: rgb(132,44,98); }
div.DivClassName
{
background-color: #842C62;
}
.BgClassName
{
background-color: #842C62;
}
</style>
border-color css
<style>
span { border-color: #842C62; }
span { border-color: rgb(132,44,98); }
td.TdClassName
{
border-color: #842C62;
}
.TagClassName
{
border-color: #842C62;
}
</style>