Shades of Rose Bud Cherry #873A64
Tints of Rose Bud Cherry #873A64
RGB
CMYK
RGB Variations
Color information
#873A64 (or 0x873A64) is known color: Rose Bud Cherry. HEX triplet: 87, 3A and 64. RGB value is (135,58,100). Sum of RGB (Red+Green+Blue) = 135+58+100=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #873A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A64 is #78C59B. Grayscale: #555555. Windows color (decimal): -7914908 or 6568583. OLE color: 6568583.
HSL color Cylindrical-coordinate representation of color #873A64: hue angle of 327.27º 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 #873A64 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 100 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.47 |
| HSL | 327.27º | 0.4% | 0.38% | - |
| HSV(B) | 327.27º | 0.57% | 0.53% | - |
| XYZ | 13.8 | 9.1 | 13.08 | - |
| YUV | 85.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 100 | 0 | 0.57 | 0.26 | 0.47 | 327.27 | 0.4 | 0.38 |
| Hex | 87 | 3A | 64 | 0 | 39 | 1A | 2F | 147 | 28 | 26 |
| Octal | 207 | 72 | 144 | 0 | 71 | 32 | 57 | 507 | 50 | 46 |
| Binary | 10000111 | 111010 | 1100100 | 0 | 111001 | 11010 | 101111 | 101000111 | 101000 | 100110 |
Color Harmonies of #873A64
Complementary color
Monochromatic Colors of #873A64
Black with #873A64
Text Example
Text Example
White with #873A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A64; }
p { color: rgb(135,58,100); }
H1.HeaderClassName
{
color: #873A64;
}
.AnyTagClassName
{
color: #873A64;
}
</style>
background-color css
<style>
a { background-color: #873A64; }
a { background-color: rgb(135,58,100); }
div.DivClassName
{
background-color: #873A64;
}
.BgClassName
{
background-color: #873A64;
}
</style>
border-color css
<style>
span { border-color: #873A64; }
span { border-color: rgb(135,58,100); }
td.TdClassName
{
border-color: #873A64;
}
.TagClassName
{
border-color: #873A64;
}
</style>