Shades of Rose Bud Cherry #88114C
Tints of Rose Bud Cherry #88114C
RGB
CMYK
RGB Variations
Color information
#88114C (or 0x88114C) is known color: Rose Bud Cherry. HEX triplet: 88, 11 and 4C. RGB value is (136,17,76). Sum of RGB (Red+Green+Blue) = 136+17+76=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88114C is #77EEB3. Grayscale: #3B3B3B. Windows color (decimal): -7859892 or 4985224. OLE color: 4985224.
HSL color Cylindrical-coordinate representation of color #88114C: hue angle of 330.25º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88114C is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 76 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.47 |
| HSL | 330.25º | 0.78% | 0.3% | - |
| HSV(B) | 330.25º | 0.88% | 0.53% | - |
| XYZ | 11.66 | 6.16 | 7.41 | - |
| YUV | 59.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 76 | 0 | 0.87 | 0.44 | 0.47 | 330.25 | 0.78 | 0.3 |
| Hex | 88 | 11 | 4C | 0 | 57 | 2C | 2F | 14A | 4E | 1E |
| Octal | 210 | 21 | 114 | 0 | 127 | 54 | 57 | 512 | 116 | 36 |
| Binary | 10001000 | 10001 | 1001100 | 0 | 1010111 | 101100 | 101111 | 101001010 | 1001110 | 11110 |
Color Harmonies of #88114C
Complementary color
Monochromatic Colors of #88114C
Black with #88114C
Text Example
Text Example
White with #88114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88114C; }
p { color: rgb(136,17,76); }
H1.HeaderClassName
{
color: #88114C;
}
.AnyTagClassName
{
color: #88114C;
}
</style>
background-color css
<style>
a { background-color: #88114C; }
a { background-color: rgb(136,17,76); }
div.DivClassName
{
background-color: #88114C;
}
.BgClassName
{
background-color: #88114C;
}
</style>
border-color css
<style>
span { border-color: #88114C; }
span { border-color: rgb(136,17,76); }
td.TdClassName
{
border-color: #88114C;
}
.TagClassName
{
border-color: #88114C;
}
</style>