Shades of Rose Bud Cherry #881A56
Tints of Rose Bud Cherry #881A56
RGB
CMYK
RGB Variations
Color information
#881A56 (or 0x881A56) is known color: Rose Bud Cherry. HEX triplet: 88, 1A and 56. RGB value is (136,26,86). Sum of RGB (Red+Green+Blue) = 136+26+86=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #881A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A56 is #77E5A9. Grayscale: #414141. Windows color (decimal): -7857578 or 5642888. OLE color: 5642888.
HSL color Cylindrical-coordinate representation of color #881A56: hue angle of 327.27º 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 #881A56 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 86 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.47 |
| HSL | 327.27º | 0.68% | 0.32% | - |
| HSV(B) | 327.27º | 0.81% | 0.53% | - |
| XYZ | 12.2 | 6.64 | 9.44 | - |
| YUV | 65.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 86 | 0 | 0.81 | 0.37 | 0.47 | 327.27 | 0.68 | 0.32 |
| Hex | 88 | 1A | 56 | 0 | 51 | 25 | 2F | 147 | 44 | 20 |
| Octal | 210 | 32 | 126 | 0 | 121 | 45 | 57 | 507 | 104 | 40 |
| Binary | 10001000 | 11010 | 1010110 | 0 | 1010001 | 100101 | 101111 | 101000111 | 1000100 | 100000 |
Color Harmonies of #881A56
Complementary color
Monochromatic Colors of #881A56
Black with #881A56
Text Example
Text Example
White with #881A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A56; }
p { color: rgb(136,26,86); }
H1.HeaderClassName
{
color: #881A56;
}
.AnyTagClassName
{
color: #881A56;
}
</style>
background-color css
<style>
a { background-color: #881A56; }
a { background-color: rgb(136,26,86); }
div.DivClassName
{
background-color: #881A56;
}
.BgClassName
{
background-color: #881A56;
}
</style>
border-color css
<style>
span { border-color: #881A56; }
span { border-color: rgb(136,26,86); }
td.TdClassName
{
border-color: #881A56;
}
.TagClassName
{
border-color: #881A56;
}
</style>