Shades of Rose Bud Cherry #89204F
Tints of Rose Bud Cherry #89204F
RGB
CMYK
RGB Variations
Color information
#89204F (or 0x89204F) is known color: Rose Bud Cherry. HEX triplet: 89, 20 and 4F. RGB value is (137,32,79). Sum of RGB (Red+Green+Blue) = 137+32+79=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89204F is #76DFB0. Grayscale: #444444. Windows color (decimal): -7790513 or 5185673. OLE color: 5185673.
HSL color Cylindrical-coordinate representation of color #89204F: hue angle of 333.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89204F is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 79 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.46 |
| HSL | 333.14º | 0.62% | 0.33% | - |
| HSV(B) | 333.14º | 0.77% | 0.54% | - |
| XYZ | 12.24 | 6.92 | 8.09 | - |
| YUV | 68.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 79 | 0 | 0.77 | 0.42 | 0.46 | 333.14 | 0.62 | 0.33 |
| Hex | 89 | 20 | 4F | 0 | 4D | 2A | 2E | 14D | 3E | 21 |
| Octal | 211 | 40 | 117 | 0 | 115 | 52 | 56 | 515 | 76 | 41 |
| Binary | 10001001 | 100000 | 1001111 | 0 | 1001101 | 101010 | 101110 | 101001101 | 111110 | 100001 |
Color Harmonies of #89204F
Complementary color
Monochromatic Colors of #89204F
Black with #89204F
Text Example
Text Example
White with #89204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89204F; }
p { color: rgb(137,32,79); }
H1.HeaderClassName
{
color: #89204F;
}
.AnyTagClassName
{
color: #89204F;
}
</style>
background-color css
<style>
a { background-color: #89204F; }
a { background-color: rgb(137,32,79); }
div.DivClassName
{
background-color: #89204F;
}
.BgClassName
{
background-color: #89204F;
}
</style>
border-color css
<style>
span { border-color: #89204F; }
span { border-color: rgb(137,32,79); }
td.TdClassName
{
border-color: #89204F;
}
.TagClassName
{
border-color: #89204F;
}
</style>