Shades of Rose Bud Cherry #873C5A
Tints of Rose Bud Cherry #873C5A
RGB
CMYK
RGB Variations
Color information
#873C5A (or 0x873C5A) is known color: Rose Bud Cherry. HEX triplet: 87, 3C and 5A. RGB value is (135,60,90). Sum of RGB (Red+Green+Blue) = 135+60+90=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #873C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C5A is #78C3A5. Grayscale: #555555. Windows color (decimal): -7914406 or 5913735. OLE color: 5913735.
HSL color Cylindrical-coordinate representation of color #873C5A: hue angle of 336º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C5A is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 90 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.47 |
| HSL | 336º | 0.38% | 0.38% | - |
| HSV(B) | 336º | 0.56% | 0.53% | - |
| XYZ | 13.45 | 9.12 | 10.72 | - |
| YUV | 85.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 90 | 0 | 0.56 | 0.33 | 0.47 | 336 | 0.38 | 0.38 |
| Hex | 87 | 3C | 5A | 0 | 38 | 21 | 2F | 150 | 26 | 26 |
| Octal | 207 | 74 | 132 | 0 | 70 | 41 | 57 | 520 | 46 | 46 |
| Binary | 10000111 | 111100 | 1011010 | 0 | 111000 | 100001 | 101111 | 101010000 | 100110 | 100110 |
Color Harmonies of #873C5A
Complementary color
Monochromatic Colors of #873C5A
Black with #873C5A
Text Example
Text Example
White with #873C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C5A; }
p { color: rgb(135,60,90); }
H1.HeaderClassName
{
color: #873C5A;
}
.AnyTagClassName
{
color: #873C5A;
}
</style>
background-color css
<style>
a { background-color: #873C5A; }
a { background-color: rgb(135,60,90); }
div.DivClassName
{
background-color: #873C5A;
}
.BgClassName
{
background-color: #873C5A;
}
</style>
border-color css
<style>
span { border-color: #873C5A; }
span { border-color: rgb(135,60,90); }
td.TdClassName
{
border-color: #873C5A;
}
.TagClassName
{
border-color: #873C5A;
}
</style>