Shades of Rose Bud Cherry #873D58
Tints of Rose Bud Cherry #873D58
RGB
CMYK
RGB Variations
Color information
#873D58 (or 0x873D58) is known color: Rose Bud Cherry. HEX triplet: 87, 3D and 58. RGB value is (135,61,88). Sum of RGB (Red+Green+Blue) = 135+61+88=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #873D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D58 is #78C2A7. Grayscale: #565656. Windows color (decimal): -7914152 or 5782919. OLE color: 5782919.
HSL color Cylindrical-coordinate representation of color #873D58: hue angle of 338.11º 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 #873D58 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 88 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.47 |
| HSL | 338.11º | 0.38% | 0.38% | - |
| HSV(B) | 338.11º | 0.55% | 0.53% | - |
| XYZ | 13.42 | 9.19 | 10.3 | - |
| YUV | 86.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 88 | 0 | 0.55 | 0.35 | 0.47 | 338.11 | 0.38 | 0.38 |
| Hex | 87 | 3D | 58 | 0 | 37 | 23 | 2F | 152 | 26 | 26 |
| Octal | 207 | 75 | 130 | 0 | 67 | 43 | 57 | 522 | 46 | 46 |
| Binary | 10000111 | 111101 | 1011000 | 0 | 110111 | 100011 | 101111 | 101010010 | 100110 | 100110 |
Color Harmonies of #873D58
Complementary color
Monochromatic Colors of #873D58
Black with #873D58
Text Example
Text Example
White with #873D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D58; }
p { color: rgb(135,61,88); }
H1.HeaderClassName
{
color: #873D58;
}
.AnyTagClassName
{
color: #873D58;
}
</style>
background-color css
<style>
a { background-color: #873D58; }
a { background-color: rgb(135,61,88); }
div.DivClassName
{
background-color: #873D58;
}
.BgClassName
{
background-color: #873D58;
}
</style>
border-color css
<style>
span { border-color: #873D58; }
span { border-color: rgb(135,61,88); }
td.TdClassName
{
border-color: #873D58;
}
.TagClassName
{
border-color: #873D58;
}
</style>