Shades of Rose Bud Cherry #882F62
Tints of Rose Bud Cherry #882F62
RGB
CMYK
RGB Variations
Color information
#882F62 (or 0x882F62) is known color: Rose Bud Cherry. HEX triplet: 88, 2F and 62. RGB value is (136,47,98). Sum of RGB (Red+Green+Blue) = 136+47+98=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #882F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F62 is #77D09D. Grayscale: #4F4F4F. Windows color (decimal): -7852190 or 6434696. OLE color: 6434696.
HSL color Cylindrical-coordinate representation of color #882F62: hue angle of 325.62º 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 #882F62 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 98 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.47 |
| HSL | 325.62º | 0.49% | 0.36% | - |
| HSV(B) | 325.62º | 0.65% | 0.53% | - |
| XYZ | 13.37 | 8.15 | 12.42 | - |
| YUV | 79.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 98 | 0 | 0.65 | 0.28 | 0.47 | 325.62 | 0.49 | 0.36 |
| Hex | 88 | 2F | 62 | 0 | 41 | 1C | 2F | 146 | 31 | 24 |
| Octal | 210 | 57 | 142 | 0 | 101 | 34 | 57 | 506 | 61 | 44 |
| Binary | 10001000 | 101111 | 1100010 | 0 | 1000001 | 11100 | 101111 | 101000110 | 110001 | 100100 |
Color Harmonies of #882F62
Complementary color
Monochromatic Colors of #882F62
Black with #882F62
Text Example
Text Example
White with #882F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F62; }
p { color: rgb(136,47,98); }
H1.HeaderClassName
{
color: #882F62;
}
.AnyTagClassName
{
color: #882F62;
}
</style>
background-color css
<style>
a { background-color: #882F62; }
a { background-color: rgb(136,47,98); }
div.DivClassName
{
background-color: #882F62;
}
.BgClassName
{
background-color: #882F62;
}
</style>
border-color css
<style>
span { border-color: #882F62; }
span { border-color: rgb(136,47,98); }
td.TdClassName
{
border-color: #882F62;
}
.TagClassName
{
border-color: #882F62;
}
</style>