Shades of Rose Bud Cherry #882E5A
Tints of Rose Bud Cherry #882E5A
RGB
CMYK
RGB Variations
Color information
#882E5A (or 0x882E5A) is known color: Rose Bud Cherry. HEX triplet: 88, 2E and 5A. RGB value is (136,46,90). Sum of RGB (Red+Green+Blue) = 136+46+90=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #882E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882E5A is #77D1A5. Grayscale: #4D4D4D. Windows color (decimal): -7852454 or 5910152. OLE color: 5910152.
HSL color Cylindrical-coordinate representation of color #882E5A: hue angle of 330.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E5A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 46 | 90 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.47 |
| HSL | 330.67º | 0.49% | 0.36% | - |
| HSV(B) | 330.67º | 0.66% | 0.53% | - |
| XYZ | 12.98 | 7.93 | 10.52 | - |
| YUV | 77.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 90 | 0 | 0.66 | 0.34 | 0.47 | 330.67 | 0.49 | 0.36 |
| Hex | 88 | 2E | 5A | 0 | 42 | 22 | 2F | 14B | 31 | 24 |
| Octal | 210 | 56 | 132 | 0 | 102 | 42 | 57 | 513 | 61 | 44 |
| Binary | 10001000 | 101110 | 1011010 | 0 | 1000010 | 100010 | 101111 | 101001011 | 110001 | 100100 |
Color Harmonies of #882E5A
Complementary color
Monochromatic Colors of #882E5A
Black with #882E5A
Text Example
Text Example
White with #882E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882E5A; }
p { color: rgb(136,46,90); }
H1.HeaderClassName
{
color: #882E5A;
}
.AnyTagClassName
{
color: #882E5A;
}
</style>
background-color css
<style>
a { background-color: #882E5A; }
a { background-color: rgb(136,46,90); }
div.DivClassName
{
background-color: #882E5A;
}
.BgClassName
{
background-color: #882E5A;
}
</style>
border-color css
<style>
span { border-color: #882E5A; }
span { border-color: rgb(136,46,90); }
td.TdClassName
{
border-color: #882E5A;
}
.TagClassName
{
border-color: #882E5A;
}
</style>