Shades of Rose Bud Cherry #881A57
Tints of Rose Bud Cherry #881A57
RGB
CMYK
RGB Variations
Color information
#881A57 (or 0x881A57) is known color: Rose Bud Cherry. HEX triplet: 88, 1A and 57. RGB value is (136,26,87). Sum of RGB (Red+Green+Blue) = 136+26+87=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #881A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A57 is #77E5A8. Grayscale: #414141. Windows color (decimal): -7857577 or 5708424. OLE color: 5708424.
HSL color Cylindrical-coordinate representation of color #881A57: hue angle of 326.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A57 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 87 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.47 |
| HSL | 326.73º | 0.68% | 0.32% | - |
| HSV(B) | 326.73º | 0.81% | 0.53% | - |
| XYZ | 12.24 | 6.66 | 9.66 | - |
| YUV | 65.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 87 | 0 | 0.81 | 0.36 | 0.47 | 326.73 | 0.68 | 0.32 |
| Hex | 88 | 1A | 57 | 0 | 51 | 24 | 2F | 147 | 44 | 20 |
| Octal | 210 | 32 | 127 | 0 | 121 | 44 | 57 | 507 | 104 | 40 |
| Binary | 10001000 | 11010 | 1010111 | 0 | 1010001 | 100100 | 101111 | 101000111 | 1000100 | 100000 |
Color Harmonies of #881A57
Complementary color
Monochromatic Colors of #881A57
Black with #881A57
Text Example
Text Example
White with #881A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A57; }
p { color: rgb(136,26,87); }
H1.HeaderClassName
{
color: #881A57;
}
.AnyTagClassName
{
color: #881A57;
}
</style>
background-color css
<style>
a { background-color: #881A57; }
a { background-color: rgb(136,26,87); }
div.DivClassName
{
background-color: #881A57;
}
.BgClassName
{
background-color: #881A57;
}
</style>
border-color css
<style>
span { border-color: #881A57; }
span { border-color: rgb(136,26,87); }
td.TdClassName
{
border-color: #881A57;
}
.TagClassName
{
border-color: #881A57;
}
</style>