Shades of Rose Bud Cherry #892C54
Tints of Rose Bud Cherry #892C54
RGB
CMYK
RGB Variations
Color information
#892C54 (or 0x892C54) is known color: Rose Bud Cherry. HEX triplet: 89, 2C and 54. RGB value is (137,44,84). Sum of RGB (Red+Green+Blue) = 137+44+84=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #892C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C54 is #76D3AB. Grayscale: #4C4C4C. Windows color (decimal): -7787436 or 5516425. OLE color: 5516425.
HSL color Cylindrical-coordinate representation of color #892C54: hue angle of 334.19º 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 #892C54 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 84 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.46 |
| HSL | 334.19º | 0.51% | 0.35% | - |
| HSV(B) | 334.19º | 0.68% | 0.54% | - |
| XYZ | 12.82 | 7.76 | 9.21 | - |
| YUV | 76.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 84 | 0 | 0.68 | 0.39 | 0.46 | 334.19 | 0.51 | 0.35 |
| Hex | 89 | 2C | 54 | 0 | 44 | 27 | 2E | 14E | 33 | 23 |
| Octal | 211 | 54 | 124 | 0 | 104 | 47 | 56 | 516 | 63 | 43 |
| Binary | 10001001 | 101100 | 1010100 | 0 | 1000100 | 100111 | 101110 | 101001110 | 110011 | 100011 |
Color Harmonies of #892C54
Complementary color
Monochromatic Colors of #892C54
Black with #892C54
Text Example
Text Example
White with #892C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C54; }
p { color: rgb(137,44,84); }
H1.HeaderClassName
{
color: #892C54;
}
.AnyTagClassName
{
color: #892C54;
}
</style>
background-color css
<style>
a { background-color: #892C54; }
a { background-color: rgb(137,44,84); }
div.DivClassName
{
background-color: #892C54;
}
.BgClassName
{
background-color: #892C54;
}
</style>
border-color css
<style>
span { border-color: #892C54; }
span { border-color: rgb(137,44,84); }
td.TdClassName
{
border-color: #892C54;
}
.TagClassName
{
border-color: #892C54;
}
</style>