Shades of Rose Bud Cherry #872D54
Tints of Rose Bud Cherry #872D54
RGB
CMYK
RGB Variations
Color information
#872D54 (or 0x872D54) is known color: Rose Bud Cherry. HEX triplet: 87, 2D and 54. RGB value is (135,45,84). Sum of RGB (Red+Green+Blue) = 135+45+84=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #872D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D54 is #78D2AB. Grayscale: #4C4C4C. Windows color (decimal): -7918252 or 5516679. OLE color: 5516679.
HSL color Cylindrical-coordinate representation of color #872D54: hue angle of 334º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872D54 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 84 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.47 |
| HSL | 334º | 0.5% | 0.35% | - |
| HSV(B) | 334º | 0.67% | 0.53% | - |
| XYZ | 12.53 | 7.67 | 9.21 | - |
| YUV | 76.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 84 | 0 | 0.67 | 0.38 | 0.47 | 334 | 0.5 | 0.35 |
| Hex | 87 | 2D | 54 | 0 | 43 | 26 | 2F | 14E | 32 | 23 |
| Octal | 207 | 55 | 124 | 0 | 103 | 46 | 57 | 516 | 62 | 43 |
| Binary | 10000111 | 101101 | 1010100 | 0 | 1000011 | 100110 | 101111 | 101001110 | 110010 | 100011 |
Color Harmonies of #872D54
Complementary color
Monochromatic Colors of #872D54
Black with #872D54
Text Example
Text Example
White with #872D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D54; }
p { color: rgb(135,45,84); }
H1.HeaderClassName
{
color: #872D54;
}
.AnyTagClassName
{
color: #872D54;
}
</style>
background-color css
<style>
a { background-color: #872D54; }
a { background-color: rgb(135,45,84); }
div.DivClassName
{
background-color: #872D54;
}
.BgClassName
{
background-color: #872D54;
}
</style>
border-color css
<style>
span { border-color: #872D54; }
span { border-color: rgb(135,45,84); }
td.TdClassName
{
border-color: #872D54;
}
.TagClassName
{
border-color: #872D54;
}
</style>