Shades of Rose Bud Cherry #881E4E
Tints of Rose Bud Cherry #881E4E
RGB
CMYK
RGB Variations
Color information
#881E4E (or 0x881E4E) is known color: Rose Bud Cherry. HEX triplet: 88, 1E and 4E. RGB value is (136,30,78). Sum of RGB (Red+Green+Blue) = 136+30+78=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #881E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E4E is #77E1B1. Grayscale: #434343. Windows color (decimal): -7856562 or 5119624. OLE color: 5119624.
HSL color Cylindrical-coordinate representation of color #881E4E: hue angle of 332.83º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E4E is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 78 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.47 |
| HSL | 332.83º | 0.64% | 0.33% | - |
| HSV(B) | 332.83º | 0.78% | 0.53% | - |
| XYZ | 11.99 | 6.71 | 7.87 | - |
| YUV | 67.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 78 | 0 | 0.78 | 0.43 | 0.47 | 332.83 | 0.64 | 0.33 |
| Hex | 88 | 1E | 4E | 0 | 4E | 2B | 2F | 14D | 40 | 21 |
| Octal | 210 | 36 | 116 | 0 | 116 | 53 | 57 | 515 | 100 | 41 |
| Binary | 10001000 | 11110 | 1001110 | 0 | 1001110 | 101011 | 101111 | 101001101 | 1000000 | 100001 |
Color Harmonies of #881E4E
Complementary color
Monochromatic Colors of #881E4E
Black with #881E4E
Text Example
Text Example
White with #881E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E4E; }
p { color: rgb(136,30,78); }
H1.HeaderClassName
{
color: #881E4E;
}
.AnyTagClassName
{
color: #881E4E;
}
</style>
background-color css
<style>
a { background-color: #881E4E; }
a { background-color: rgb(136,30,78); }
div.DivClassName
{
background-color: #881E4E;
}
.BgClassName
{
background-color: #881E4E;
}
</style>
border-color css
<style>
span { border-color: #881E4E; }
span { border-color: rgb(136,30,78); }
td.TdClassName
{
border-color: #881E4E;
}
.TagClassName
{
border-color: #881E4E;
}
</style>