Shades of Rose Bud Cherry #872A5D
Tints of Rose Bud Cherry #872A5D
RGB
CMYK
RGB Variations
Color information
#872A5D (or 0x872A5D) is known color: Rose Bud Cherry. HEX triplet: 87, 2A and 5D. RGB value is (135,42,93). Sum of RGB (Red+Green+Blue) = 135+42+93=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #872A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A5D is #78D5A2. Grayscale: #4B4B4B. Windows color (decimal): -7919011 or 6105735. OLE color: 6105735.
HSL color Cylindrical-coordinate representation of color #872A5D: hue angle of 327.1º 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 #872A5D is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 93 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.47 |
| HSL | 327.1º | 0.53% | 0.35% | - |
| HSV(B) | 327.1º | 0.69% | 0.53% | - |
| XYZ | 12.8 | 7.6 | 11.15 | - |
| YUV | 75.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 93 | 0 | 0.69 | 0.31 | 0.47 | 327.1 | 0.53 | 0.35 |
| Hex | 87 | 2A | 5D | 0 | 45 | 1F | 2F | 147 | 35 | 23 |
| Octal | 207 | 52 | 135 | 0 | 105 | 37 | 57 | 507 | 65 | 43 |
| Binary | 10000111 | 101010 | 1011101 | 0 | 1000101 | 11111 | 101111 | 101000111 | 110101 | 100011 |
Color Harmonies of #872A5D
Complementary color
Monochromatic Colors of #872A5D
Black with #872A5D
Text Example
Text Example
White with #872A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A5D; }
p { color: rgb(135,42,93); }
H1.HeaderClassName
{
color: #872A5D;
}
.AnyTagClassName
{
color: #872A5D;
}
</style>
background-color css
<style>
a { background-color: #872A5D; }
a { background-color: rgb(135,42,93); }
div.DivClassName
{
background-color: #872A5D;
}
.BgClassName
{
background-color: #872A5D;
}
</style>
border-color css
<style>
span { border-color: #872A5D; }
span { border-color: rgb(135,42,93); }
td.TdClassName
{
border-color: #872A5D;
}
.TagClassName
{
border-color: #872A5D;
}
</style>