Shades of Rose Bud Cherry #892C55
Tints of Rose Bud Cherry #892C55
RGB
CMYK
RGB Variations
Color information
#892C55 (or 0x892C55) is known color: Rose Bud Cherry. HEX triplet: 89, 2C and 55. RGB value is (137,44,85). Sum of RGB (Red+Green+Blue) = 137+44+85=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #892C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C55 is #76D3AA. Grayscale: #4C4C4C. Windows color (decimal): -7787435 or 5581961. OLE color: 5581961.
HSL color Cylindrical-coordinate representation of color #892C55: hue angle of 333.55º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #892C55 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 85 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.46 |
| HSL | 333.55º | 0.51% | 0.35% | - |
| HSV(B) | 333.55º | 0.68% | 0.54% | - |
| XYZ | 12.86 | 7.78 | 9.42 | - |
| YUV | 76.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 85 | 0 | 0.68 | 0.38 | 0.46 | 333.55 | 0.51 | 0.35 |
| Hex | 89 | 2C | 55 | 0 | 44 | 26 | 2E | 14E | 33 | 23 |
| Octal | 211 | 54 | 125 | 0 | 104 | 46 | 56 | 516 | 63 | 43 |
| Binary | 10001001 | 101100 | 1010101 | 0 | 1000100 | 100110 | 101110 | 101001110 | 110011 | 100011 |
Color Harmonies of #892C55
Complementary color
Monochromatic Colors of #892C55
Black with #892C55
Text Example
Text Example
White with #892C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C55; }
p { color: rgb(137,44,85); }
H1.HeaderClassName
{
color: #892C55;
}
.AnyTagClassName
{
color: #892C55;
}
</style>
background-color css
<style>
a { background-color: #892C55; }
a { background-color: rgb(137,44,85); }
div.DivClassName
{
background-color: #892C55;
}
.BgClassName
{
background-color: #892C55;
}
</style>
border-color css
<style>
span { border-color: #892C55; }
span { border-color: rgb(137,44,85); }
td.TdClassName
{
border-color: #892C55;
}
.TagClassName
{
border-color: #892C55;
}
</style>