Shades of Rose Bud Cherry #873E5A
Tints of Rose Bud Cherry #873E5A
RGB
CMYK
RGB Variations
Color information
#873E5A (or 0x873E5A) is known color: Rose Bud Cherry. HEX triplet: 87, 3E and 5A. RGB value is (135,62,90). Sum of RGB (Red+Green+Blue) = 135+62+90=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #873E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873E5A is #78C1A5. Grayscale: #565656. Windows color (decimal): -7913894 or 5914247. OLE color: 5914247.
HSL color Cylindrical-coordinate representation of color #873E5A: hue angle of 336.99º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #873E5A is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 62 | 90 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.47 |
| HSL | 336.99º | 0.37% | 0.39% | - |
| HSV(B) | 336.99º | 0.54% | 0.53% | - |
| XYZ | 13.56 | 9.33 | 10.76 | - |
| YUV | 87.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 90 | 0 | 0.54 | 0.33 | 0.47 | 336.99 | 0.37 | 0.39 |
| Hex | 87 | 3E | 5A | 0 | 36 | 21 | 2F | 151 | 25 | 27 |
| Octal | 207 | 76 | 132 | 0 | 66 | 41 | 57 | 521 | 45 | 47 |
| Binary | 10000111 | 111110 | 1011010 | 0 | 110110 | 100001 | 101111 | 101010001 | 100101 | 100111 |
Color Harmonies of #873E5A
Complementary color
Monochromatic Colors of #873E5A
Black with #873E5A
Text Example
Text Example
White with #873E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873E5A; }
p { color: rgb(135,62,90); }
H1.HeaderClassName
{
color: #873E5A;
}
.AnyTagClassName
{
color: #873E5A;
}
</style>
background-color css
<style>
a { background-color: #873E5A; }
a { background-color: rgb(135,62,90); }
div.DivClassName
{
background-color: #873E5A;
}
.BgClassName
{
background-color: #873E5A;
}
</style>
border-color css
<style>
span { border-color: #873E5A; }
span { border-color: rgb(135,62,90); }
td.TdClassName
{
border-color: #873E5A;
}
.TagClassName
{
border-color: #873E5A;
}
</style>