Shades of Rose Bud Cherry #881C4D
Tints of Rose Bud Cherry #881C4D
RGB
CMYK
RGB Variations
Color information
#881C4D (or 0x881C4D) is known color: Rose Bud Cherry. HEX triplet: 88, 1C and 4D. RGB value is (136,28,77). Sum of RGB (Red+Green+Blue) = 136+28+77=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #881C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C4D is #77E3B2. Grayscale: #414141. Windows color (decimal): -7857075 or 5053576. OLE color: 5053576.
HSL color Cylindrical-coordinate representation of color #881C4D: hue angle of 332.78º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C4D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 77 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.47 |
| HSL | 332.78º | 0.66% | 0.32% | - |
| HSV(B) | 332.78º | 0.79% | 0.53% | - |
| XYZ | 11.91 | 6.6 | 7.67 | - |
| YUV | 65.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 77 | 0 | 0.79 | 0.43 | 0.47 | 332.78 | 0.66 | 0.32 |
| Hex | 88 | 1C | 4D | 0 | 4F | 2B | 2F | 14D | 42 | 20 |
| Octal | 210 | 34 | 115 | 0 | 117 | 53 | 57 | 515 | 102 | 40 |
| Binary | 10001000 | 11100 | 1001101 | 0 | 1001111 | 101011 | 101111 | 101001101 | 1000010 | 100000 |
Color Harmonies of #881C4D
Complementary color
Monochromatic Colors of #881C4D
Black with #881C4D
Text Example
Text Example
White with #881C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C4D; }
p { color: rgb(136,28,77); }
H1.HeaderClassName
{
color: #881C4D;
}
.AnyTagClassName
{
color: #881C4D;
}
</style>
background-color css
<style>
a { background-color: #881C4D; }
a { background-color: rgb(136,28,77); }
div.DivClassName
{
background-color: #881C4D;
}
.BgClassName
{
background-color: #881C4D;
}
</style>
border-color css
<style>
span { border-color: #881C4D; }
span { border-color: rgb(136,28,77); }
td.TdClassName
{
border-color: #881C4D;
}
.TagClassName
{
border-color: #881C4D;
}
</style>