Shades of Rose Bud Cherry #88154E
Tints of Rose Bud Cherry #88154E
RGB
CMYK
RGB Variations
Color information
#88154E (or 0x88154E) is known color: Rose Bud Cherry. HEX triplet: 88, 15 and 4E. RGB value is (136,21,78). Sum of RGB (Red+Green+Blue) = 136+21+78=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88154E is #77EAB1. Grayscale: #3D3D3D. Windows color (decimal): -7858866 or 5117320. OLE color: 5117320.
HSL color Cylindrical-coordinate representation of color #88154E: hue angle of 330.26º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88154E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 78 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.47 |
| HSL | 330.26º | 0.73% | 0.31% | - |
| HSV(B) | 330.26º | 0.85% | 0.53% | - |
| XYZ | 11.8 | 6.32 | 7.81 | - |
| YUV | 61.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 78 | 0 | 0.85 | 0.43 | 0.47 | 330.26 | 0.73 | 0.31 |
| Hex | 88 | 15 | 4E | 0 | 55 | 2B | 2F | 14A | 49 | 1F |
| Octal | 210 | 25 | 116 | 0 | 125 | 53 | 57 | 512 | 111 | 37 |
| Binary | 10001000 | 10101 | 1001110 | 0 | 1010101 | 101011 | 101111 | 101001010 | 1001001 | 11111 |
Color Harmonies of #88154E
Complementary color
Monochromatic Colors of #88154E
Black with #88154E
Text Example
Text Example
White with #88154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88154E; }
p { color: rgb(136,21,78); }
H1.HeaderClassName
{
color: #88154E;
}
.AnyTagClassName
{
color: #88154E;
}
</style>
background-color css
<style>
a { background-color: #88154E; }
a { background-color: rgb(136,21,78); }
div.DivClassName
{
background-color: #88154E;
}
.BgClassName
{
background-color: #88154E;
}
</style>
border-color css
<style>
span { border-color: #88154E; }
span { border-color: rgb(136,21,78); }
td.TdClassName
{
border-color: #88154E;
}
.TagClassName
{
border-color: #88154E;
}
</style>