Shades of Rose Bud Cherry #881C4F
Tints of Rose Bud Cherry #881C4F
RGB
CMYK
RGB Variations
Color information
#881C4F (or 0x881C4F) is known color: Rose Bud Cherry. HEX triplet: 88, 1C and 4F. RGB value is (136,28,79). Sum of RGB (Red+Green+Blue) = 136+28+79=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #881C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C4F is #77E3B0. Grayscale: #424242. Windows color (decimal): -7857073 or 5184648. OLE color: 5184648.
HSL color Cylindrical-coordinate representation of color #881C4F: hue angle of 331.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C4F is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 79 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.47 |
| HSL | 331.67º | 0.66% | 0.32% | - |
| HSV(B) | 331.67º | 0.79% | 0.53% | - |
| XYZ | 11.98 | 6.63 | 8.05 | - |
| YUV | 66.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 79 | 0 | 0.79 | 0.42 | 0.47 | 331.67 | 0.66 | 0.32 |
| Hex | 88 | 1C | 4F | 0 | 4F | 2A | 2F | 14C | 42 | 20 |
| Octal | 210 | 34 | 117 | 0 | 117 | 52 | 57 | 514 | 102 | 40 |
| Binary | 10001000 | 11100 | 1001111 | 0 | 1001111 | 101010 | 101111 | 101001100 | 1000010 | 100000 |
Color Harmonies of #881C4F
Complementary color
Monochromatic Colors of #881C4F
Black with #881C4F
Text Example
Text Example
White with #881C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C4F; }
p { color: rgb(136,28,79); }
H1.HeaderClassName
{
color: #881C4F;
}
.AnyTagClassName
{
color: #881C4F;
}
</style>
background-color css
<style>
a { background-color: #881C4F; }
a { background-color: rgb(136,28,79); }
div.DivClassName
{
background-color: #881C4F;
}
.BgClassName
{
background-color: #881C4F;
}
</style>
border-color css
<style>
span { border-color: #881C4F; }
span { border-color: rgb(136,28,79); }
td.TdClassName
{
border-color: #881C4F;
}
.TagClassName
{
border-color: #881C4F;
}
</style>