Shades of Rose Bud Cherry #87124D
Tints of Rose Bud Cherry #87124D
RGB
CMYK
RGB Variations
Color information
#87124D (or 0x87124D) is known color: Rose Bud Cherry. HEX triplet: 87, 12 and 4D. RGB value is (135,18,77). Sum of RGB (Red+Green+Blue) = 135+18+77=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87124D is #78EDB2. Grayscale: #3B3B3B. Windows color (decimal): -7925171 or 5051015. OLE color: 5051015.
HSL color Cylindrical-coordinate representation of color #87124D: hue angle of 329.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87124D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 77 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.47 |
| HSL | 329.74º | 0.76% | 0.3% | - |
| HSV(B) | 329.74º | 0.87% | 0.53% | - |
| XYZ | 11.55 | 6.12 | 7.59 | - |
| YUV | 59.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 77 | 0 | 0.87 | 0.43 | 0.47 | 329.74 | 0.76 | 0.3 |
| Hex | 87 | 12 | 4D | 0 | 57 | 2B | 2F | 14A | 4C | 1E |
| Octal | 207 | 22 | 115 | 0 | 127 | 53 | 57 | 512 | 114 | 36 |
| Binary | 10000111 | 10010 | 1001101 | 0 | 1010111 | 101011 | 101111 | 101001010 | 1001100 | 11110 |
Color Harmonies of #87124D
Complementary color
Monochromatic Colors of #87124D
Black with #87124D
Text Example
Text Example
White with #87124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87124D; }
p { color: rgb(135,18,77); }
H1.HeaderClassName
{
color: #87124D;
}
.AnyTagClassName
{
color: #87124D;
}
</style>
background-color css
<style>
a { background-color: #87124D; }
a { background-color: rgb(135,18,77); }
div.DivClassName
{
background-color: #87124D;
}
.BgClassName
{
background-color: #87124D;
}
</style>
border-color css
<style>
span { border-color: #87124D; }
span { border-color: rgb(135,18,77); }
td.TdClassName
{
border-color: #87124D;
}
.TagClassName
{
border-color: #87124D;
}
</style>