Shades of Rose Bud Cherry #89315D
Tints of Rose Bud Cherry #89315D
RGB
CMYK
RGB Variations
Color information
#89315D (or 0x89315D) is known color: Rose Bud Cherry. HEX triplet: 89, 31 and 5D. RGB value is (137,49,93). Sum of RGB (Red+Green+Blue) = 137+49+93=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89315D is #76CEA2. Grayscale: #505050. Windows color (decimal): -7786147 or 6107529. OLE color: 6107529.
HSL color Cylindrical-coordinate representation of color #89315D: hue angle of 330º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89315D is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 93 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.46 |
| HSL | 330º | 0.47% | 0.36% | - |
| HSV(B) | 330º | 0.64% | 0.54% | - |
| XYZ | 13.39 | 8.31 | 11.25 | - |
| YUV | 80.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 93 | 0 | 0.64 | 0.32 | 0.46 | 330 | 0.47 | 0.36 |
| Hex | 89 | 31 | 5D | 0 | 40 | 20 | 2E | 14A | 2F | 24 |
| Octal | 211 | 61 | 135 | 0 | 100 | 40 | 56 | 512 | 57 | 44 |
| Binary | 10001001 | 110001 | 1011101 | 0 | 1000000 | 100000 | 101110 | 101001010 | 101111 | 100100 |
Color Harmonies of #89315D
Complementary color
Monochromatic Colors of #89315D
Black with #89315D
Text Example
Text Example
White with #89315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89315D; }
p { color: rgb(137,49,93); }
H1.HeaderClassName
{
color: #89315D;
}
.AnyTagClassName
{
color: #89315D;
}
</style>
background-color css
<style>
a { background-color: #89315D; }
a { background-color: rgb(137,49,93); }
div.DivClassName
{
background-color: #89315D;
}
.BgClassName
{
background-color: #89315D;
}
</style>
border-color css
<style>
span { border-color: #89315D; }
span { border-color: rgb(137,49,93); }
td.TdClassName
{
border-color: #89315D;
}
.TagClassName
{
border-color: #89315D;
}
</style>