Shades of Rose Bud Cherry #88104C
Tints of Rose Bud Cherry #88104C
RGB
CMYK
RGB Variations
Color information
#88104C (or 0x88104C) is known color: Rose Bud Cherry. HEX triplet: 88, 10 and 4C. RGB value is (136,16,76). Sum of RGB (Red+Green+Blue) = 136+16+76=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #88104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88104C is #77EFB3. Grayscale: #3A3A3A. Windows color (decimal): -7860148 or 4984968. OLE color: 4984968.
HSL color Cylindrical-coordinate representation of color #88104C: hue angle of 330º degrees, saturation: 0.79, 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 #88104C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 76 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.47 |
| HSL | 330º | 0.79% | 0.3% | - |
| HSV(B) | 330º | 0.88% | 0.53% | - |
| XYZ | 11.64 | 6.13 | 7.41 | - |
| YUV | 58.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 76 | 0 | 0.88 | 0.44 | 0.47 | 330 | 0.79 | 0.3 |
| Hex | 88 | 10 | 4C | 0 | 58 | 2C | 2F | 14A | 4F | 1E |
| Octal | 210 | 20 | 114 | 0 | 130 | 54 | 57 | 512 | 117 | 36 |
| Binary | 10001000 | 10000 | 1001100 | 0 | 1011000 | 101100 | 101111 | 101001010 | 1001111 | 11110 |
Color Harmonies of #88104C
Complementary color
Monochromatic Colors of #88104C
Black with #88104C
Text Example
Text Example
White with #88104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88104C; }
p { color: rgb(136,16,76); }
H1.HeaderClassName
{
color: #88104C;
}
.AnyTagClassName
{
color: #88104C;
}
</style>
background-color css
<style>
a { background-color: #88104C; }
a { background-color: rgb(136,16,76); }
div.DivClassName
{
background-color: #88104C;
}
.BgClassName
{
background-color: #88104C;
}
</style>
border-color css
<style>
span { border-color: #88104C; }
span { border-color: rgb(136,16,76); }
td.TdClassName
{
border-color: #88104C;
}
.TagClassName
{
border-color: #88104C;
}
</style>