Shades of Rose Bud Cherry #841A57
Tints of Rose Bud Cherry #841A57
RGB
CMYK
RGB Variations
Color information
#841A57 (or 0x841A57) is known color: Rose Bud Cherry. HEX triplet: 84, 1A and 57. RGB value is (132,26,87). Sum of RGB (Red+Green+Blue) = 132+26+87=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #841A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841A57 is #7BE5A8. Grayscale: #404040. Windows color (decimal): -8119721 or 5708420. OLE color: 5708420.
HSL color Cylindrical-coordinate representation of color #841A57: hue angle of 325.47º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A57 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 87 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.48 |
| HSL | 325.47º | 0.67% | 0.31% | - |
| HSV(B) | 325.47º | 0.8% | 0.52% | - |
| XYZ | 11.61 | 6.33 | 9.63 | - |
| YUV | 64.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 87 | 0 | 0.80 | 0.34 | 0.48 | 325.47 | 0.67 | 0.31 |
| Hex | 84 | 1A | 57 | 0 | 50 | 22 | 30 | 145 | 43 | 1F |
| Octal | 204 | 32 | 127 | 0 | 120 | 42 | 60 | 505 | 103 | 37 |
| Binary | 10000100 | 11010 | 1010111 | 0 | 1010000 | 100010 | 110000 | 101000101 | 1000011 | 11111 |
Color Harmonies of #841A57
Complementary color
Monochromatic Colors of #841A57
Black with #841A57
Text Example
Text Example
White with #841A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A57; }
p { color: rgb(132,26,87); }
H1.HeaderClassName
{
color: #841A57;
}
.AnyTagClassName
{
color: #841A57;
}
</style>
background-color css
<style>
a { background-color: #841A57; }
a { background-color: rgb(132,26,87); }
div.DivClassName
{
background-color: #841A57;
}
.BgClassName
{
background-color: #841A57;
}
</style>
border-color css
<style>
span { border-color: #841A57; }
span { border-color: rgb(132,26,87); }
td.TdClassName
{
border-color: #841A57;
}
.TagClassName
{
border-color: #841A57;
}
</style>