Shades of Rose Bud Cherry #882663
Tints of Rose Bud Cherry #882663
RGB
CMYK
RGB Variations
Color information
#882663 (or 0x882663) is known color: Rose Bud Cherry. HEX triplet: 88, 26 and 63. RGB value is (136,38,99). Sum of RGB (Red+Green+Blue) = 136+38+99=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #882663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882663 is #77D99C. Grayscale: #4A4A4A. Windows color (decimal): -7854493 or 6497928. OLE color: 6497928.
HSL color Cylindrical-coordinate representation of color #882663: hue angle of 322.65º 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 #882663 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 99 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.47 |
| HSL | 322.65º | 0.56% | 0.34% | - |
| HSV(B) | 322.65º | 0.72% | 0.53% | - |
| XYZ | 13.1 | 7.52 | 12.57 | - |
| YUV | 74.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 99 | 0 | 0.72 | 0.27 | 0.47 | 322.65 | 0.56 | 0.34 |
| Hex | 88 | 26 | 63 | 0 | 48 | 1B | 2F | 143 | 38 | 22 |
| Octal | 210 | 46 | 143 | 0 | 110 | 33 | 57 | 503 | 70 | 42 |
| Binary | 10001000 | 100110 | 1100011 | 0 | 1001000 | 11011 | 101111 | 101000011 | 111000 | 100010 |
Color Harmonies of #882663
Complementary color
Monochromatic Colors of #882663
Black with #882663
Text Example
Text Example
White with #882663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882663; }
p { color: rgb(136,38,99); }
H1.HeaderClassName
{
color: #882663;
}
.AnyTagClassName
{
color: #882663;
}
</style>
background-color css
<style>
a { background-color: #882663; }
a { background-color: rgb(136,38,99); }
div.DivClassName
{
background-color: #882663;
}
.BgClassName
{
background-color: #882663;
}
</style>
border-color css
<style>
span { border-color: #882663; }
span { border-color: rgb(136,38,99); }
td.TdClassName
{
border-color: #882663;
}
.TagClassName
{
border-color: #882663;
}
</style>