Shades of Rose Bud Cherry #88124F
Tints of Rose Bud Cherry #88124F
RGB
CMYK
RGB Variations
Color information
#88124F (or 0x88124F) is known color: Rose Bud Cherry. HEX triplet: 88, 12 and 4F. RGB value is (136,18,79). Sum of RGB (Red+Green+Blue) = 136+18+79=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88124F is #77EDB0. Grayscale: #3C3C3C. Windows color (decimal): -7859633 or 5182088. OLE color: 5182088.
HSL color Cylindrical-coordinate representation of color #88124F: hue angle of 328.98º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88124F is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 79 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.47 |
| HSL | 328.98º | 0.77% | 0.3% | - |
| HSV(B) | 328.98º | 0.87% | 0.53% | - |
| XYZ | 11.78 | 6.23 | 7.98 | - |
| YUV | 60.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 79 | 0 | 0.87 | 0.42 | 0.47 | 328.98 | 0.77 | 0.3 |
| Hex | 88 | 12 | 4F | 0 | 57 | 2A | 2F | 149 | 4D | 1E |
| Octal | 210 | 22 | 117 | 0 | 127 | 52 | 57 | 511 | 115 | 36 |
| Binary | 10001000 | 10010 | 1001111 | 0 | 1010111 | 101010 | 101111 | 101001001 | 1001101 | 11110 |
Color Harmonies of #88124F
Complementary color
Monochromatic Colors of #88124F
Black with #88124F
Text Example
Text Example
White with #88124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88124F; }
p { color: rgb(136,18,79); }
H1.HeaderClassName
{
color: #88124F;
}
.AnyTagClassName
{
color: #88124F;
}
</style>
background-color css
<style>
a { background-color: #88124F; }
a { background-color: rgb(136,18,79); }
div.DivClassName
{
background-color: #88124F;
}
.BgClassName
{
background-color: #88124F;
}
</style>
border-color css
<style>
span { border-color: #88124F; }
span { border-color: rgb(136,18,79); }
td.TdClassName
{
border-color: #88124F;
}
.TagClassName
{
border-color: #88124F;
}
</style>