Shades of Rose Bud Cherry #873153
Tints of Rose Bud Cherry #873153
RGB
CMYK
RGB Variations
Color information
#873153 (or 0x873153) is known color: Rose Bud Cherry. HEX triplet: 87, 31 and 53. RGB value is (135,49,83). Sum of RGB (Red+Green+Blue) = 135+49+83=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #873153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873153 is #78CEAC. Grayscale: #4E4E4E. Windows color (decimal): -7917229 or 5452167. OLE color: 5452167.
HSL color Cylindrical-coordinate representation of color #873153: hue angle of 336.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873153 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 83 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.47 |
| HSL | 336.28º | 0.47% | 0.36% | - |
| HSV(B) | 336.28º | 0.64% | 0.53% | - |
| XYZ | 12.65 | 7.97 | 9.06 | - |
| YUV | 78.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 83 | 0 | 0.64 | 0.39 | 0.47 | 336.28 | 0.47 | 0.36 |
| Hex | 87 | 31 | 53 | 0 | 40 | 27 | 2F | 150 | 2F | 24 |
| Octal | 207 | 61 | 123 | 0 | 100 | 47 | 57 | 520 | 57 | 44 |
| Binary | 10000111 | 110001 | 1010011 | 0 | 1000000 | 100111 | 101111 | 101010000 | 101111 | 100100 |
Color Harmonies of #873153
Complementary color
Monochromatic Colors of #873153
Black with #873153
Text Example
Text Example
White with #873153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873153; }
p { color: rgb(135,49,83); }
H1.HeaderClassName
{
color: #873153;
}
.AnyTagClassName
{
color: #873153;
}
</style>
background-color css
<style>
a { background-color: #873153; }
a { background-color: rgb(135,49,83); }
div.DivClassName
{
background-color: #873153;
}
.BgClassName
{
background-color: #873153;
}
</style>
border-color css
<style>
span { border-color: #873153; }
span { border-color: rgb(135,49,83); }
td.TdClassName
{
border-color: #873153;
}
.TagClassName
{
border-color: #873153;
}
</style>