Shades of Rose Bud Cherry #88265C
Tints of Rose Bud Cherry #88265C
RGB
CMYK
RGB Variations
Color information
#88265C (or 0x88265C) is known color: Rose Bud Cherry. HEX triplet: 88, 26 and 5C. RGB value is (136,38,92). Sum of RGB (Red+Green+Blue) = 136+38+92=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88265C is #77D9A3. Grayscale: #494949. Windows color (decimal): -7854500 or 6039176. OLE color: 6039176.
HSL color Cylindrical-coordinate representation of color #88265C: hue angle of 326.94º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88265C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 92 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.47 |
| HSL | 326.94º | 0.56% | 0.34% | - |
| HSV(B) | 326.94º | 0.72% | 0.53% | - |
| XYZ | 12.78 | 7.39 | 10.88 | - |
| YUV | 73.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 92 | 0 | 0.72 | 0.32 | 0.47 | 326.94 | 0.56 | 0.34 |
| Hex | 88 | 26 | 5C | 0 | 48 | 20 | 2F | 147 | 38 | 22 |
| Octal | 210 | 46 | 134 | 0 | 110 | 40 | 57 | 507 | 70 | 42 |
| Binary | 10001000 | 100110 | 1011100 | 0 | 1001000 | 100000 | 101111 | 101000111 | 111000 | 100010 |
Color Harmonies of #88265C
Complementary color
Monochromatic Colors of #88265C
Black with #88265C
Text Example
Text Example
White with #88265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88265C; }
p { color: rgb(136,38,92); }
H1.HeaderClassName
{
color: #88265C;
}
.AnyTagClassName
{
color: #88265C;
}
</style>
background-color css
<style>
a { background-color: #88265C; }
a { background-color: rgb(136,38,92); }
div.DivClassName
{
background-color: #88265C;
}
.BgClassName
{
background-color: #88265C;
}
</style>
border-color css
<style>
span { border-color: #88265C; }
span { border-color: rgb(136,38,92); }
td.TdClassName
{
border-color: #88265C;
}
.TagClassName
{
border-color: #88265C;
}
</style>