Shades of Rose Bud Cherry #88235D
Tints of Rose Bud Cherry #88235D
RGB
CMYK
RGB Variations
Color information
#88235D (or 0x88235D) is known color: Rose Bud Cherry. HEX triplet: 88, 23 and 5D. RGB value is (136,35,93). Sum of RGB (Red+Green+Blue) = 136+35+93=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88235D is #77DCA2. Grayscale: #474747. Windows color (decimal): -7855267 or 6103944. OLE color: 6103944.
HSL color Cylindrical-coordinate representation of color #88235D: hue angle of 325.54º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88235D is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 93 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.47 |
| HSL | 325.54º | 0.59% | 0.34% | - |
| HSV(B) | 325.54º | 0.74% | 0.53% | - |
| XYZ | 12.73 | 7.23 | 11.08 | - |
| YUV | 71.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 93 | 0 | 0.74 | 0.32 | 0.47 | 325.54 | 0.59 | 0.34 |
| Hex | 88 | 23 | 5D | 0 | 4A | 20 | 2F | 146 | 3B | 22 |
| Octal | 210 | 43 | 135 | 0 | 112 | 40 | 57 | 506 | 73 | 42 |
| Binary | 10001000 | 100011 | 1011101 | 0 | 1001010 | 100000 | 101111 | 101000110 | 111011 | 100010 |
Color Harmonies of #88235D
Complementary color
Monochromatic Colors of #88235D
Black with #88235D
Text Example
Text Example
White with #88235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88235D; }
p { color: rgb(136,35,93); }
H1.HeaderClassName
{
color: #88235D;
}
.AnyTagClassName
{
color: #88235D;
}
</style>
background-color css
<style>
a { background-color: #88235D; }
a { background-color: rgb(136,35,93); }
div.DivClassName
{
background-color: #88235D;
}
.BgClassName
{
background-color: #88235D;
}
</style>
border-color css
<style>
span { border-color: #88235D; }
span { border-color: rgb(136,35,93); }
td.TdClassName
{
border-color: #88235D;
}
.TagClassName
{
border-color: #88235D;
}
</style>