Shades of Rose Bud Cherry #881252
Tints of Rose Bud Cherry #881252
RGB
CMYK
RGB Variations
Color information
#881252 (or 0x881252) is known color: Rose Bud Cherry. HEX triplet: 88, 12 and 52. RGB value is (136,18,82). Sum of RGB (Red+Green+Blue) = 136+18+82=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #881252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881252 is #77EDAD. Grayscale: #3C3C3C. Windows color (decimal): -7859630 or 5378696. OLE color: 5378696.
HSL color Cylindrical-coordinate representation of color #881252: hue angle of 327.46º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881252 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 82 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.47 |
| HSL | 327.46º | 0.77% | 0.3% | - |
| HSV(B) | 327.46º | 0.87% | 0.53% | - |
| XYZ | 11.89 | 6.28 | 8.57 | - |
| YUV | 60.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 82 | 0 | 0.87 | 0.40 | 0.47 | 327.46 | 0.77 | 0.3 |
| Hex | 88 | 12 | 52 | 0 | 57 | 28 | 2F | 147 | 4D | 1E |
| Octal | 210 | 22 | 122 | 0 | 127 | 50 | 57 | 507 | 115 | 36 |
| Binary | 10001000 | 10010 | 1010010 | 0 | 1010111 | 101000 | 101111 | 101000111 | 1001101 | 11110 |
Color Harmonies of #881252
Complementary color
Monochromatic Colors of #881252
Black with #881252
Text Example
Text Example
White with #881252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881252; }
p { color: rgb(136,18,82); }
H1.HeaderClassName
{
color: #881252;
}
.AnyTagClassName
{
color: #881252;
}
</style>
background-color css
<style>
a { background-color: #881252; }
a { background-color: rgb(136,18,82); }
div.DivClassName
{
background-color: #881252;
}
.BgClassName
{
background-color: #881252;
}
</style>
border-color css
<style>
span { border-color: #881252; }
span { border-color: rgb(136,18,82); }
td.TdClassName
{
border-color: #881252;
}
.TagClassName
{
border-color: #881252;
}
</style>