Shades of Rose Bud Cherry #88255F
Tints of Rose Bud Cherry #88255F
RGB
CMYK
RGB Variations
Color information
#88255F (or 0x88255F) is known color: Rose Bud Cherry. HEX triplet: 88, 25 and 5F. RGB value is (136,37,95). Sum of RGB (Red+Green+Blue) = 136+37+95=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88255F is #77DAA0. Grayscale: #494949. Windows color (decimal): -7854753 or 6235528. OLE color: 6235528.
HSL color Cylindrical-coordinate representation of color #88255F: hue angle of 324.85º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88255F is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 95 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.47 |
| HSL | 324.85º | 0.57% | 0.34% | - |
| HSV(B) | 324.85º | 0.73% | 0.53% | - |
| XYZ | 12.88 | 7.38 | 11.57 | - |
| YUV | 73.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 95 | 0 | 0.73 | 0.30 | 0.47 | 324.85 | 0.57 | 0.34 |
| Hex | 88 | 25 | 5F | 0 | 49 | 1E | 2F | 145 | 39 | 22 |
| Octal | 210 | 45 | 137 | 0 | 111 | 36 | 57 | 505 | 71 | 42 |
| Binary | 10001000 | 100101 | 1011111 | 0 | 1001001 | 11110 | 101111 | 101000101 | 111001 | 100010 |
Color Harmonies of #88255F
Complementary color
Monochromatic Colors of #88255F
Black with #88255F
Text Example
Text Example
White with #88255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88255F; }
p { color: rgb(136,37,95); }
H1.HeaderClassName
{
color: #88255F;
}
.AnyTagClassName
{
color: #88255F;
}
</style>
background-color css
<style>
a { background-color: #88255F; }
a { background-color: rgb(136,37,95); }
div.DivClassName
{
background-color: #88255F;
}
.BgClassName
{
background-color: #88255F;
}
</style>
border-color css
<style>
span { border-color: #88255F; }
span { border-color: rgb(136,37,95); }
td.TdClassName
{
border-color: #88255F;
}
.TagClassName
{
border-color: #88255F;
}
</style>