Shades of Rose Bud Cherry #872A5C
Tints of Rose Bud Cherry #872A5C
RGB
CMYK
RGB Variations
Color information
#872A5C (or 0x872A5C) is known color: Rose Bud Cherry. HEX triplet: 87, 2A and 5C. RGB value is (135,42,92). Sum of RGB (Red+Green+Blue) = 135+42+92=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #872A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A5C is #78D5A3. Grayscale: #4B4B4B. Windows color (decimal): -7919012 or 6040199. OLE color: 6040199.
HSL color Cylindrical-coordinate representation of color #872A5C: hue angle of 327.74º 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 #872A5C is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 92 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.47 |
| HSL | 327.74º | 0.53% | 0.35% | - |
| HSV(B) | 327.74º | 0.69% | 0.53% | - |
| XYZ | 12.75 | 7.58 | 10.92 | - |
| YUV | 75.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 92 | 0 | 0.69 | 0.32 | 0.47 | 327.74 | 0.53 | 0.35 |
| Hex | 87 | 2A | 5C | 0 | 45 | 20 | 2F | 148 | 35 | 23 |
| Octal | 207 | 52 | 134 | 0 | 105 | 40 | 57 | 510 | 65 | 43 |
| Binary | 10000111 | 101010 | 1011100 | 0 | 1000101 | 100000 | 101111 | 101001000 | 110101 | 100011 |
Color Harmonies of #872A5C
Complementary color
Monochromatic Colors of #872A5C
Black with #872A5C
Text Example
Text Example
White with #872A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A5C; }
p { color: rgb(135,42,92); }
H1.HeaderClassName
{
color: #872A5C;
}
.AnyTagClassName
{
color: #872A5C;
}
</style>
background-color css
<style>
a { background-color: #872A5C; }
a { background-color: rgb(135,42,92); }
div.DivClassName
{
background-color: #872A5C;
}
.BgClassName
{
background-color: #872A5C;
}
</style>
border-color css
<style>
span { border-color: #872A5C; }
span { border-color: rgb(135,42,92); }
td.TdClassName
{
border-color: #872A5C;
}
.TagClassName
{
border-color: #872A5C;
}
</style>