Shades of Rose Bud Cherry #87194C
Tints of Rose Bud Cherry #87194C
RGB
CMYK
RGB Variations
Color information
#87194C (or 0x87194C) is known color: Rose Bud Cherry. HEX triplet: 87, 19 and 4C. RGB value is (135,25,76). Sum of RGB (Red+Green+Blue) = 135+25+76=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #87194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87194C is #78E6B3. Grayscale: #3F3F3F. Windows color (decimal): -7923380 or 4987271. OLE color: 4987271.
HSL color Cylindrical-coordinate representation of color #87194C: hue angle of 332.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87194C is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 76 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.47 |
| HSL | 332.18º | 0.69% | 0.31% | - |
| HSV(B) | 332.18º | 0.81% | 0.53% | - |
| XYZ | 11.64 | 6.37 | 7.45 | - |
| YUV | 63.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 76 | 0 | 0.81 | 0.44 | 0.47 | 332.18 | 0.69 | 0.31 |
| Hex | 87 | 19 | 4C | 0 | 51 | 2C | 2F | 14C | 45 | 1F |
| Octal | 207 | 31 | 114 | 0 | 121 | 54 | 57 | 514 | 105 | 37 |
| Binary | 10000111 | 11001 | 1001100 | 0 | 1010001 | 101100 | 101111 | 101001100 | 1000101 | 11111 |
Color Harmonies of #87194C
Complementary color
Monochromatic Colors of #87194C
Black with #87194C
Text Example
Text Example
White with #87194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87194C; }
p { color: rgb(135,25,76); }
H1.HeaderClassName
{
color: #87194C;
}
.AnyTagClassName
{
color: #87194C;
}
</style>
background-color css
<style>
a { background-color: #87194C; }
a { background-color: rgb(135,25,76); }
div.DivClassName
{
background-color: #87194C;
}
.BgClassName
{
background-color: #87194C;
}
</style>
border-color css
<style>
span { border-color: #87194C; }
span { border-color: rgb(135,25,76); }
td.TdClassName
{
border-color: #87194C;
}
.TagClassName
{
border-color: #87194C;
}
</style>