Shades of Rose Bud Cherry #89194C
Tints of Rose Bud Cherry #89194C
RGB
CMYK
RGB Variations
Color information
#89194C (or 0x89194C) is known color: Rose Bud Cherry. HEX triplet: 89, 19 and 4C. RGB value is (137,25,76). Sum of RGB (Red+Green+Blue) = 137+25+76=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #89194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89194C is #76E6B3. Grayscale: #404040. Windows color (decimal): -7792308 or 4987273. OLE color: 4987273.
HSL color Cylindrical-coordinate representation of color #89194C: hue angle of 332.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89194C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 76 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.46 |
| HSL | 332.68º | 0.69% | 0.32% | - |
| HSV(B) | 332.68º | 0.82% | 0.54% | - |
| XYZ | 11.97 | 6.54 | 7.47 | - |
| YUV | 64.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 76 | 0 | 0.82 | 0.45 | 0.46 | 332.68 | 0.69 | 0.32 |
| Hex | 89 | 19 | 4C | 0 | 52 | 2D | 2E | 14D | 45 | 20 |
| Octal | 211 | 31 | 114 | 0 | 122 | 55 | 56 | 515 | 105 | 40 |
| Binary | 10001001 | 11001 | 1001100 | 0 | 1010010 | 101101 | 101110 | 101001101 | 1000101 | 100000 |
Color Harmonies of #89194C
Complementary color
Monochromatic Colors of #89194C
Black with #89194C
Text Example
Text Example
White with #89194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89194C; }
p { color: rgb(137,25,76); }
H1.HeaderClassName
{
color: #89194C;
}
.AnyTagClassName
{
color: #89194C;
}
</style>
background-color css
<style>
a { background-color: #89194C; }
a { background-color: rgb(137,25,76); }
div.DivClassName
{
background-color: #89194C;
}
.BgClassName
{
background-color: #89194C;
}
</style>
border-color css
<style>
span { border-color: #89194C; }
span { border-color: rgb(137,25,76); }
td.TdClassName
{
border-color: #89194C;
}
.TagClassName
{
border-color: #89194C;
}
</style>