Shades of Rose Bud Cherry #882F5B
Tints of Rose Bud Cherry #882F5B
RGB
CMYK
RGB Variations
Color information
#882F5B (or 0x882F5B) is known color: Rose Bud Cherry. HEX triplet: 88, 2F and 5B. RGB value is (136,47,91). Sum of RGB (Red+Green+Blue) = 136+47+91=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #882F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F5B is #77D0A4. Grayscale: #4E4E4E. Windows color (decimal): -7852197 or 5975944. OLE color: 5975944.
HSL color Cylindrical-coordinate representation of color #882F5B: hue angle of 330.34º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F5B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 91 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.47 |
| HSL | 330.34º | 0.49% | 0.36% | - |
| HSV(B) | 330.34º | 0.65% | 0.53% | - |
| XYZ | 13.06 | 8.02 | 10.76 | - |
| YUV | 78.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 91 | 0 | 0.65 | 0.33 | 0.47 | 330.34 | 0.49 | 0.36 |
| Hex | 88 | 2F | 5B | 0 | 41 | 21 | 2F | 14A | 31 | 24 |
| Octal | 210 | 57 | 133 | 0 | 101 | 41 | 57 | 512 | 61 | 44 |
| Binary | 10001000 | 101111 | 1011011 | 0 | 1000001 | 100001 | 101111 | 101001010 | 110001 | 100100 |
Color Harmonies of #882F5B
Complementary color
Monochromatic Colors of #882F5B
Black with #882F5B
Text Example
Text Example
White with #882F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F5B; }
p { color: rgb(136,47,91); }
H1.HeaderClassName
{
color: #882F5B;
}
.AnyTagClassName
{
color: #882F5B;
}
</style>
background-color css
<style>
a { background-color: #882F5B; }
a { background-color: rgb(136,47,91); }
div.DivClassName
{
background-color: #882F5B;
}
.BgClassName
{
background-color: #882F5B;
}
</style>
border-color css
<style>
span { border-color: #882F5B; }
span { border-color: rgb(136,47,91); }
td.TdClassName
{
border-color: #882F5B;
}
.TagClassName
{
border-color: #882F5B;
}
</style>