Shades of Rose Bud Cherry #880E4C
Tints of Rose Bud Cherry #880E4C
RGB
CMYK
RGB Variations
Color information
#880E4C (or 0x880E4C) is known color: Rose Bud Cherry. HEX triplet: 88, 0E and 4C. RGB value is (136,14,76). Sum of RGB (Red+Green+Blue) = 136+14+76=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #880E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E4C is #77F1B3. Grayscale: #393939. Windows color (decimal): -7860660 or 4984456. OLE color: 4984456.
HSL color Cylindrical-coordinate representation of color #880E4C: hue angle of 329.51º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E4C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 76 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.47 |
| HSL | 329.51º | 0.81% | 0.29% | - |
| HSV(B) | 329.51º | 0.9% | 0.53% | - |
| XYZ | 11.61 | 6.07 | 7.4 | - |
| YUV | 57.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 76 | 0 | 0.90 | 0.44 | 0.47 | 329.51 | 0.81 | 0.29 |
| Hex | 88 | E | 4C | 0 | 5A | 2C | 2F | 14A | 51 | 1D |
| Octal | 210 | 16 | 114 | 0 | 132 | 54 | 57 | 512 | 121 | 35 |
| Binary | 10001000 | 1110 | 1001100 | 0 | 1011010 | 101100 | 101111 | 101001010 | 1010001 | 11101 |
Color Harmonies of #880E4C
Complementary color
Monochromatic Colors of #880E4C
Black with #880E4C
Text Example
Text Example
White with #880E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E4C; }
p { color: rgb(136,14,76); }
H1.HeaderClassName
{
color: #880E4C;
}
.AnyTagClassName
{
color: #880E4C;
}
</style>
background-color css
<style>
a { background-color: #880E4C; }
a { background-color: rgb(136,14,76); }
div.DivClassName
{
background-color: #880E4C;
}
.BgClassName
{
background-color: #880E4C;
}
</style>
border-color css
<style>
span { border-color: #880E4C; }
span { border-color: rgb(136,14,76); }
td.TdClassName
{
border-color: #880E4C;
}
.TagClassName
{
border-color: #880E4C;
}
</style>