Shades of Rose Bud Cherry #881250
Tints of Rose Bud Cherry #881250
RGB
CMYK
RGB Variations
Color information
#881250 (or 0x881250) is known color: Rose Bud Cherry. HEX triplet: 88, 12 and 50. RGB value is (136,18,80). Sum of RGB (Red+Green+Blue) = 136+18+80=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #881250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881250 is #77EDAF. Grayscale: #3C3C3C. Windows color (decimal): -7859632 or 5247624. OLE color: 5247624.
HSL color Cylindrical-coordinate representation of color #881250: hue angle of 328.47º 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 #881250 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 80 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.47 |
| HSL | 328.47º | 0.77% | 0.3% | - |
| HSV(B) | 328.47º | 0.87% | 0.53% | - |
| XYZ | 11.82 | 6.25 | 8.17 | - |
| YUV | 60.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 80 | 0 | 0.87 | 0.41 | 0.47 | 328.47 | 0.77 | 0.3 |
| Hex | 88 | 12 | 50 | 0 | 57 | 29 | 2F | 148 | 4D | 1E |
| Octal | 210 | 22 | 120 | 0 | 127 | 51 | 57 | 510 | 115 | 36 |
| Binary | 10001000 | 10010 | 1010000 | 0 | 1010111 | 101001 | 101111 | 101001000 | 1001101 | 11110 |
Color Harmonies of #881250
Complementary color
Monochromatic Colors of #881250
Black with #881250
Text Example
Text Example
White with #881250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881250; }
p { color: rgb(136,18,80); }
H1.HeaderClassName
{
color: #881250;
}
.AnyTagClassName
{
color: #881250;
}
</style>
background-color css
<style>
a { background-color: #881250; }
a { background-color: rgb(136,18,80); }
div.DivClassName
{
background-color: #881250;
}
.BgClassName
{
background-color: #881250;
}
</style>
border-color css
<style>
span { border-color: #881250; }
span { border-color: rgb(136,18,80); }
td.TdClassName
{
border-color: #881250;
}
.TagClassName
{
border-color: #881250;
}
</style>