Shades of Rose Bud Cherry #872A54
Tints of Rose Bud Cherry #872A54
RGB
CMYK
RGB Variations
Color information
#872A54 (or 0x872A54) is known color: Rose Bud Cherry. HEX triplet: 87, 2A and 54. RGB value is (135,42,84). Sum of RGB (Red+Green+Blue) = 135+42+84=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #872A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A54 is #78D5AB. Grayscale: #4A4A4A. Windows color (decimal): -7919020 or 5515911. OLE color: 5515911.
HSL color Cylindrical-coordinate representation of color #872A54: hue angle of 332.9º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A54 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 84 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.47 |
| HSL | 332.9º | 0.53% | 0.35% | - |
| HSV(B) | 332.9º | 0.69% | 0.53% | - |
| XYZ | 12.42 | 7.45 | 9.17 | - |
| YUV | 74.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 84 | 0 | 0.69 | 0.38 | 0.47 | 332.9 | 0.53 | 0.35 |
| Hex | 87 | 2A | 54 | 0 | 45 | 26 | 2F | 14D | 35 | 23 |
| Octal | 207 | 52 | 124 | 0 | 105 | 46 | 57 | 515 | 65 | 43 |
| Binary | 10000111 | 101010 | 1010100 | 0 | 1000101 | 100110 | 101111 | 101001101 | 110101 | 100011 |
Color Harmonies of #872A54
Complementary color
Monochromatic Colors of #872A54
Black with #872A54
Text Example
Text Example
White with #872A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A54; }
p { color: rgb(135,42,84); }
H1.HeaderClassName
{
color: #872A54;
}
.AnyTagClassName
{
color: #872A54;
}
</style>
background-color css
<style>
a { background-color: #872A54; }
a { background-color: rgb(135,42,84); }
div.DivClassName
{
background-color: #872A54;
}
.BgClassName
{
background-color: #872A54;
}
</style>
border-color css
<style>
span { border-color: #872A54; }
span { border-color: rgb(135,42,84); }
td.TdClassName
{
border-color: #872A54;
}
.TagClassName
{
border-color: #872A54;
}
</style>