Shades of Rose Bud Cherry #87144E
Tints of Rose Bud Cherry #87144E
RGB
CMYK
RGB Variations
Color information
#87144E (or 0x87144E) is known color: Rose Bud Cherry. HEX triplet: 87, 14 and 4E. RGB value is (135,20,78). Sum of RGB (Red+Green+Blue) = 135+20+78=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87144E is #78EBB1. Grayscale: #3C3C3C. Windows color (decimal): -7924658 or 5117063. OLE color: 5117063.
HSL color Cylindrical-coordinate representation of color #87144E: hue angle of 329.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87144E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 78 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.47 |
| HSL | 329.74º | 0.74% | 0.3% | - |
| HSV(B) | 329.74º | 0.85% | 0.53% | - |
| XYZ | 11.62 | 6.2 | 7.79 | - |
| YUV | 61 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 78 | 0 | 0.85 | 0.42 | 0.47 | 329.74 | 0.74 | 0.3 |
| Hex | 87 | 14 | 4E | 0 | 55 | 2A | 2F | 14A | 4A | 1E |
| Octal | 207 | 24 | 116 | 0 | 125 | 52 | 57 | 512 | 112 | 36 |
| Binary | 10000111 | 10100 | 1001110 | 0 | 1010101 | 101010 | 101111 | 101001010 | 1001010 | 11110 |
Color Harmonies of #87144E
Complementary color
Monochromatic Colors of #87144E
Black with #87144E
Text Example
Text Example
White with #87144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87144E; }
p { color: rgb(135,20,78); }
H1.HeaderClassName
{
color: #87144E;
}
.AnyTagClassName
{
color: #87144E;
}
</style>
background-color css
<style>
a { background-color: #87144E; }
a { background-color: rgb(135,20,78); }
div.DivClassName
{
background-color: #87144E;
}
.BgClassName
{
background-color: #87144E;
}
</style>
border-color css
<style>
span { border-color: #87144E; }
span { border-color: rgb(135,20,78); }
td.TdClassName
{
border-color: #87144E;
}
.TagClassName
{
border-color: #87144E;
}
</style>