Shades of Rose Bud Cherry #882B5E
Tints of Rose Bud Cherry #882B5E
RGB
CMYK
RGB Variations
Color information
#882B5E (or 0x882B5E) is known color: Rose Bud Cherry. HEX triplet: 88, 2B and 5E. RGB value is (136,43,94). Sum of RGB (Red+Green+Blue) = 136+43+94=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #882B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B5E is #77D4A1. Grayscale: #4C4C4C. Windows color (decimal): -7853218 or 6171528. OLE color: 6171528.
HSL color Cylindrical-coordinate representation of color #882B5E: hue angle of 327.1º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B5E is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 94 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.47 |
| HSL | 327.1º | 0.52% | 0.35% | - |
| HSV(B) | 327.1º | 0.68% | 0.53% | - |
| XYZ | 13.04 | 7.77 | 11.4 | - |
| YUV | 76.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 94 | 0 | 0.68 | 0.31 | 0.47 | 327.1 | 0.52 | 0.35 |
| Hex | 88 | 2B | 5E | 0 | 44 | 1F | 2F | 147 | 34 | 23 |
| Octal | 210 | 53 | 136 | 0 | 104 | 37 | 57 | 507 | 64 | 43 |
| Binary | 10001000 | 101011 | 1011110 | 0 | 1000100 | 11111 | 101111 | 101000111 | 110100 | 100011 |
Color Harmonies of #882B5E
Complementary color
Monochromatic Colors of #882B5E
Black with #882B5E
Text Example
Text Example
White with #882B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B5E; }
p { color: rgb(136,43,94); }
H1.HeaderClassName
{
color: #882B5E;
}
.AnyTagClassName
{
color: #882B5E;
}
</style>
background-color css
<style>
a { background-color: #882B5E; }
a { background-color: rgb(136,43,94); }
div.DivClassName
{
background-color: #882B5E;
}
.BgClassName
{
background-color: #882B5E;
}
</style>
border-color css
<style>
span { border-color: #882B5E; }
span { border-color: rgb(136,43,94); }
td.TdClassName
{
border-color: #882B5E;
}
.TagClassName
{
border-color: #882B5E;
}
</style>