Shades of Rose Bud Cherry #882D5B
Tints of Rose Bud Cherry #882D5B
RGB
CMYK
RGB Variations
Color information
#882D5B (or 0x882D5B) is known color: Rose Bud Cherry. HEX triplet: 88, 2D and 5B. RGB value is (136,45,91). Sum of RGB (Red+Green+Blue) = 136+45+91=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #882D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D5B is #77D2A4. Grayscale: #4D4D4D. Windows color (decimal): -7852709 or 5975432. OLE color: 5975432.
HSL color Cylindrical-coordinate representation of color #882D5B: hue angle of 329.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D5B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 91 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.47 |
| HSL | 329.67º | 0.5% | 0.35% | - |
| HSV(B) | 329.67º | 0.67% | 0.53% | - |
| XYZ | 12.98 | 7.87 | 10.73 | - |
| YUV | 77.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 91 | 0 | 0.67 | 0.33 | 0.47 | 329.67 | 0.5 | 0.35 |
| Hex | 88 | 2D | 5B | 0 | 43 | 21 | 2F | 14A | 32 | 23 |
| Octal | 210 | 55 | 133 | 0 | 103 | 41 | 57 | 512 | 62 | 43 |
| Binary | 10001000 | 101101 | 1011011 | 0 | 1000011 | 100001 | 101111 | 101001010 | 110010 | 100011 |
Color Harmonies of #882D5B
Complementary color
Monochromatic Colors of #882D5B
Black with #882D5B
Text Example
Text Example
White with #882D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D5B; }
p { color: rgb(136,45,91); }
H1.HeaderClassName
{
color: #882D5B;
}
.AnyTagClassName
{
color: #882D5B;
}
</style>
background-color css
<style>
a { background-color: #882D5B; }
a { background-color: rgb(136,45,91); }
div.DivClassName
{
background-color: #882D5B;
}
.BgClassName
{
background-color: #882D5B;
}
</style>
border-color css
<style>
span { border-color: #882D5B; }
span { border-color: rgb(136,45,91); }
td.TdClassName
{
border-color: #882D5B;
}
.TagClassName
{
border-color: #882D5B;
}
</style>