Shades of Rose Bud Cherry #873D5E
Tints of Rose Bud Cherry #873D5E
RGB
CMYK
RGB Variations
Color information
#873D5E (or 0x873D5E) is known color: Rose Bud Cherry. HEX triplet: 87, 3D and 5E. RGB value is (135,61,94). Sum of RGB (Red+Green+Blue) = 135+61+94=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #873D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D5E is #78C2A1. Grayscale: #565656. Windows color (decimal): -7914146 or 6176135. OLE color: 6176135.
HSL color Cylindrical-coordinate representation of color #873D5E: hue angle of 333.24º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #873D5E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 94 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.47 |
| HSL | 333.24º | 0.38% | 0.38% | - |
| HSV(B) | 333.24º | 0.55% | 0.53% | - |
| XYZ | 13.68 | 9.3 | 11.66 | - |
| YUV | 86.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 94 | 0 | 0.55 | 0.30 | 0.47 | 333.24 | 0.38 | 0.38 |
| Hex | 87 | 3D | 5E | 0 | 37 | 1E | 2F | 14D | 26 | 26 |
| Octal | 207 | 75 | 136 | 0 | 67 | 36 | 57 | 515 | 46 | 46 |
| Binary | 10000111 | 111101 | 1011110 | 0 | 110111 | 11110 | 101111 | 101001101 | 100110 | 100110 |
Color Harmonies of #873D5E
Complementary color
Monochromatic Colors of #873D5E
Black with #873D5E
Text Example
Text Example
White with #873D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D5E; }
p { color: rgb(135,61,94); }
H1.HeaderClassName
{
color: #873D5E;
}
.AnyTagClassName
{
color: #873D5E;
}
</style>
background-color css
<style>
a { background-color: #873D5E; }
a { background-color: rgb(135,61,94); }
div.DivClassName
{
background-color: #873D5E;
}
.BgClassName
{
background-color: #873D5E;
}
</style>
border-color css
<style>
span { border-color: #873D5E; }
span { border-color: rgb(135,61,94); }
td.TdClassName
{
border-color: #873D5E;
}
.TagClassName
{
border-color: #873D5E;
}
</style>