Shades of Rose Bud Cherry #841C56
Tints of Rose Bud Cherry #841C56
RGB
CMYK
RGB Variations
Color information
#841C56 (or 0x841C56) is known color: Rose Bud Cherry. HEX triplet: 84, 1C and 56. RGB value is (132,28,86). Sum of RGB (Red+Green+Blue) = 132+28+86=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #841C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C56 is #7BE3A9. Grayscale: #414141. Windows color (decimal): -8119210 or 5643396. OLE color: 5643396.
HSL color Cylindrical-coordinate representation of color #841C56: hue angle of 326.54º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C56 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 86 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.48 |
| HSL | 326.54º | 0.65% | 0.31% | - |
| HSV(B) | 326.54º | 0.79% | 0.52% | - |
| XYZ | 11.61 | 6.41 | 9.43 | - |
| YUV | 65.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 86 | 0 | 0.79 | 0.35 | 0.48 | 326.54 | 0.65 | 0.31 |
| Hex | 84 | 1C | 56 | 0 | 4F | 23 | 30 | 147 | 41 | 1F |
| Octal | 204 | 34 | 126 | 0 | 117 | 43 | 60 | 507 | 101 | 37 |
| Binary | 10000100 | 11100 | 1010110 | 0 | 1001111 | 100011 | 110000 | 101000111 | 1000001 | 11111 |
Color Harmonies of #841C56
Complementary color
Monochromatic Colors of #841C56
Black with #841C56
Text Example
Text Example
White with #841C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C56; }
p { color: rgb(132,28,86); }
H1.HeaderClassName
{
color: #841C56;
}
.AnyTagClassName
{
color: #841C56;
}
</style>
background-color css
<style>
a { background-color: #841C56; }
a { background-color: rgb(132,28,86); }
div.DivClassName
{
background-color: #841C56;
}
.BgClassName
{
background-color: #841C56;
}
</style>
border-color css
<style>
span { border-color: #841C56; }
span { border-color: rgb(132,28,86); }
td.TdClassName
{
border-color: #841C56;
}
.TagClassName
{
border-color: #841C56;
}
</style>