Shades of Rose Bud Cherry #880D4C
Tints of Rose Bud Cherry #880D4C
RGB
CMYK
RGB Variations
Color information
#880D4C (or 0x880D4C) is known color: Rose Bud Cherry. HEX triplet: 88, 0D and 4C. RGB value is (136,13,76). Sum of RGB (Red+Green+Blue) = 136+13+76=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #880D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D4C is #77F2B3. Grayscale: #383838. Windows color (decimal): -7860916 or 4984200. OLE color: 4984200.
HSL color Cylindrical-coordinate representation of color #880D4C: hue angle of 329.27º degrees, saturation: 0.83, 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 #880D4C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 76 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.47 |
| HSL | 329.27º | 0.83% | 0.29% | - |
| HSV(B) | 329.27º | 0.9% | 0.53% | - |
| XYZ | 11.6 | 6.04 | 7.39 | - |
| YUV | 56.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 76 | 0 | 0.90 | 0.44 | 0.47 | 329.27 | 0.83 | 0.29 |
| Hex | 88 | D | 4C | 0 | 5A | 2C | 2F | 149 | 53 | 1D |
| Octal | 210 | 15 | 114 | 0 | 132 | 54 | 57 | 511 | 123 | 35 |
| Binary | 10001000 | 1101 | 1001100 | 0 | 1011010 | 101100 | 101111 | 101001001 | 1010011 | 11101 |
Color Harmonies of #880D4C
Complementary color
Monochromatic Colors of #880D4C
Black with #880D4C
Text Example
Text Example
White with #880D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D4C; }
p { color: rgb(136,13,76); }
H1.HeaderClassName
{
color: #880D4C;
}
.AnyTagClassName
{
color: #880D4C;
}
</style>
background-color css
<style>
a { background-color: #880D4C; }
a { background-color: rgb(136,13,76); }
div.DivClassName
{
background-color: #880D4C;
}
.BgClassName
{
background-color: #880D4C;
}
</style>
border-color css
<style>
span { border-color: #880D4C; }
span { border-color: rgb(136,13,76); }
td.TdClassName
{
border-color: #880D4C;
}
.TagClassName
{
border-color: #880D4C;
}
</style>