Shades of Rose Bud Cherry #881F52
Tints of Rose Bud Cherry #881F52
RGB
CMYK
RGB Variations
Color information
#881F52 (or 0x881F52) is known color: Rose Bud Cherry. HEX triplet: 88, 1F and 52. RGB value is (136,31,82). Sum of RGB (Red+Green+Blue) = 136+31+82=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #881F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881F52 is #77E0AD. Grayscale: #444444. Windows color (decimal): -7856302 or 5382024. OLE color: 5382024.
HSL color Cylindrical-coordinate representation of color #881F52: hue angle of 330.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F52 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 82 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.47 |
| HSL | 330.86º | 0.63% | 0.33% | - |
| HSV(B) | 330.86º | 0.77% | 0.53% | - |
| XYZ | 12.17 | 6.82 | 8.66 | - |
| YUV | 68.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 82 | 0 | 0.77 | 0.40 | 0.47 | 330.86 | 0.63 | 0.33 |
| Hex | 88 | 1F | 52 | 0 | 4D | 28 | 2F | 14B | 3F | 21 |
| Octal | 210 | 37 | 122 | 0 | 115 | 50 | 57 | 513 | 77 | 41 |
| Binary | 10001000 | 11111 | 1010010 | 0 | 1001101 | 101000 | 101111 | 101001011 | 111111 | 100001 |
Color Harmonies of #881F52
Complementary color
Monochromatic Colors of #881F52
Black with #881F52
Text Example
Text Example
White with #881F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F52; }
p { color: rgb(136,31,82); }
H1.HeaderClassName
{
color: #881F52;
}
.AnyTagClassName
{
color: #881F52;
}
</style>
background-color css
<style>
a { background-color: #881F52; }
a { background-color: rgb(136,31,82); }
div.DivClassName
{
background-color: #881F52;
}
.BgClassName
{
background-color: #881F52;
}
</style>
border-color css
<style>
span { border-color: #881F52; }
span { border-color: rgb(136,31,82); }
td.TdClassName
{
border-color: #881F52;
}
.TagClassName
{
border-color: #881F52;
}
</style>