Shades of Rose Bud Cherry #88385C
Tints of Rose Bud Cherry #88385C
RGB
CMYK
RGB Variations
Color information
#88385C (or 0x88385C) is known color: Rose Bud Cherry. HEX triplet: 88, 38 and 5C. RGB value is (136,56,92). Sum of RGB (Red+Green+Blue) = 136+56+92=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88385C is #77C7A3. Grayscale: #535353. Windows color (decimal): -7849892 or 6043784. OLE color: 6043784.
HSL color Cylindrical-coordinate representation of color #88385C: hue angle of 333º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88385C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 56 | 92 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.47 |
| HSL | 333º | 0.42% | 0.38% | - |
| HSV(B) | 333º | 0.59% | 0.53% | - |
| XYZ | 13.5 | 8.84 | 11.12 | - |
| YUV | 84.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 92 | 0 | 0.59 | 0.32 | 0.47 | 333 | 0.42 | 0.38 |
| Hex | 88 | 38 | 5C | 0 | 3B | 20 | 2F | 14D | 2A | 26 |
| Octal | 210 | 70 | 134 | 0 | 73 | 40 | 57 | 515 | 52 | 46 |
| Binary | 10001000 | 111000 | 1011100 | 0 | 111011 | 100000 | 101111 | 101001101 | 101010 | 100110 |
Color Harmonies of #88385C
Complementary color
Monochromatic Colors of #88385C
Black with #88385C
Text Example
Text Example
White with #88385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88385C; }
p { color: rgb(136,56,92); }
H1.HeaderClassName
{
color: #88385C;
}
.AnyTagClassName
{
color: #88385C;
}
</style>
background-color css
<style>
a { background-color: #88385C; }
a { background-color: rgb(136,56,92); }
div.DivClassName
{
background-color: #88385C;
}
.BgClassName
{
background-color: #88385C;
}
</style>
border-color css
<style>
span { border-color: #88385C; }
span { border-color: rgb(136,56,92); }
td.TdClassName
{
border-color: #88385C;
}
.TagClassName
{
border-color: #88385C;
}
</style>