Shades of Rose Bud Cherry #873A60
Tints of Rose Bud Cherry #873A60
RGB
CMYK
RGB Variations
Color information
#873A60 (or 0x873A60) is known color: Rose Bud Cherry. HEX triplet: 87, 3A and 60. RGB value is (135,58,96). Sum of RGB (Red+Green+Blue) = 135+58+96=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #873A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A60 is #78C59F. Grayscale: #555555. Windows color (decimal): -7914912 or 6306439. OLE color: 6306439.
HSL color Cylindrical-coordinate representation of color #873A60: hue angle of 330.39º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A60 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 96 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.47 |
| HSL | 330.39º | 0.4% | 0.38% | - |
| HSV(B) | 330.39º | 0.57% | 0.53% | - |
| XYZ | 13.62 | 9.02 | 12.09 | - |
| YUV | 85.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 96 | 0 | 0.57 | 0.29 | 0.47 | 330.39 | 0.4 | 0.38 |
| Hex | 87 | 3A | 60 | 0 | 39 | 1D | 2F | 14A | 28 | 26 |
| Octal | 207 | 72 | 140 | 0 | 71 | 35 | 57 | 512 | 50 | 46 |
| Binary | 10000111 | 111010 | 1100000 | 0 | 111001 | 11101 | 101111 | 101001010 | 101000 | 100110 |
Color Harmonies of #873A60
Complementary color
Monochromatic Colors of #873A60
Black with #873A60
Text Example
Text Example
White with #873A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A60; }
p { color: rgb(135,58,96); }
H1.HeaderClassName
{
color: #873A60;
}
.AnyTagClassName
{
color: #873A60;
}
</style>
background-color css
<style>
a { background-color: #873A60; }
a { background-color: rgb(135,58,96); }
div.DivClassName
{
background-color: #873A60;
}
.BgClassName
{
background-color: #873A60;
}
</style>
border-color css
<style>
span { border-color: #873A60; }
span { border-color: rgb(135,58,96); }
td.TdClassName
{
border-color: #873A60;
}
.TagClassName
{
border-color: #873A60;
}
</style>