Shades of Rose Bud Cherry #881A5D
Tints of Rose Bud Cherry #881A5D
RGB
CMYK
RGB Variations
Color information
#881A5D (or 0x881A5D) is known color: Rose Bud Cherry. HEX triplet: 88, 1A and 5D. RGB value is (136,26,93). Sum of RGB (Red+Green+Blue) = 136+26+93=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #881A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A5D is #77E5A2. Grayscale: #424242. Windows color (decimal): -7857571 or 6101640. OLE color: 6101640.
HSL color Cylindrical-coordinate representation of color #881A5D: hue angle of 323.45º 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 #881A5D is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 93 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.47 |
| HSL | 323.45º | 0.68% | 0.32% | - |
| HSV(B) | 323.45º | 0.81% | 0.53% | - |
| XYZ | 12.5 | 6.76 | 11 | - |
| YUV | 66.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 93 | 0 | 0.81 | 0.32 | 0.47 | 323.45 | 0.68 | 0.32 |
| Hex | 88 | 1A | 5D | 0 | 51 | 20 | 2F | 143 | 44 | 20 |
| Octal | 210 | 32 | 135 | 0 | 121 | 40 | 57 | 503 | 104 | 40 |
| Binary | 10001000 | 11010 | 1011101 | 0 | 1010001 | 100000 | 101111 | 101000011 | 1000100 | 100000 |
Color Harmonies of #881A5D
Complementary color
Monochromatic Colors of #881A5D
Black with #881A5D
Text Example
Text Example
White with #881A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A5D; }
p { color: rgb(136,26,93); }
H1.HeaderClassName
{
color: #881A5D;
}
.AnyTagClassName
{
color: #881A5D;
}
</style>
background-color css
<style>
a { background-color: #881A5D; }
a { background-color: rgb(136,26,93); }
div.DivClassName
{
background-color: #881A5D;
}
.BgClassName
{
background-color: #881A5D;
}
</style>
border-color css
<style>
span { border-color: #881A5D; }
span { border-color: rgb(136,26,93); }
td.TdClassName
{
border-color: #881A5D;
}
.TagClassName
{
border-color: #881A5D;
}
</style>