Shades of Rose Bud Cherry #881F5C
Tints of Rose Bud Cherry #881F5C
RGB
CMYK
RGB Variations
Color information
#881F5C (or 0x881F5C) is known color: Rose Bud Cherry. HEX triplet: 88, 1F and 5C. RGB value is (136,31,92). Sum of RGB (Red+Green+Blue) = 136+31+92=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #881F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881F5C is #77E0A3. Grayscale: #454545. Windows color (decimal): -7856292 or 6037384. OLE color: 6037384.
HSL color Cylindrical-coordinate representation of color #881F5C: hue angle of 325.14º 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 #881F5C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 92 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.47 |
| HSL | 325.14º | 0.63% | 0.33% | - |
| HSV(B) | 325.14º | 0.77% | 0.53% | - |
| XYZ | 12.58 | 6.99 | 10.81 | - |
| YUV | 69.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 92 | 0 | 0.77 | 0.32 | 0.47 | 325.14 | 0.63 | 0.33 |
| Hex | 88 | 1F | 5C | 0 | 4D | 20 | 2F | 145 | 3F | 21 |
| Octal | 210 | 37 | 134 | 0 | 115 | 40 | 57 | 505 | 77 | 41 |
| Binary | 10001000 | 11111 | 1011100 | 0 | 1001101 | 100000 | 101111 | 101000101 | 111111 | 100001 |
Color Harmonies of #881F5C
Complementary color
Monochromatic Colors of #881F5C
Black with #881F5C
Text Example
Text Example
White with #881F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F5C; }
p { color: rgb(136,31,92); }
H1.HeaderClassName
{
color: #881F5C;
}
.AnyTagClassName
{
color: #881F5C;
}
</style>
background-color css
<style>
a { background-color: #881F5C; }
a { background-color: rgb(136,31,92); }
div.DivClassName
{
background-color: #881F5C;
}
.BgClassName
{
background-color: #881F5C;
}
</style>
border-color css
<style>
span { border-color: #881F5C; }
span { border-color: rgb(136,31,92); }
td.TdClassName
{
border-color: #881F5C;
}
.TagClassName
{
border-color: #881F5C;
}
</style>