Shades of Rose Bud Cherry #892C60
Tints of Rose Bud Cherry #892C60
RGB
CMYK
RGB Variations
Color information
#892C60 (or 0x892C60) is known color: Rose Bud Cherry. HEX triplet: 89, 2C and 60. RGB value is (137,44,96). Sum of RGB (Red+Green+Blue) = 137+44+96=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #892C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C60 is #76D39F. Grayscale: #4D4D4D. Windows color (decimal): -7787424 or 6302857. OLE color: 6302857.
HSL color Cylindrical-coordinate representation of color #892C60: hue angle of 326.45º 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 #892C60 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 96 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.46 |
| HSL | 326.45º | 0.51% | 0.35% | - |
| HSV(B) | 326.45º | 0.68% | 0.54% | - |
| XYZ | 13.33 | 7.96 | 11.9 | - |
| YUV | 77.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 96 | 0 | 0.68 | 0.30 | 0.46 | 326.45 | 0.51 | 0.35 |
| Hex | 89 | 2C | 60 | 0 | 44 | 1E | 2E | 146 | 33 | 23 |
| Octal | 211 | 54 | 140 | 0 | 104 | 36 | 56 | 506 | 63 | 43 |
| Binary | 10001001 | 101100 | 1100000 | 0 | 1000100 | 11110 | 101110 | 101000110 | 110011 | 100011 |
Color Harmonies of #892C60
Complementary color
Monochromatic Colors of #892C60
Black with #892C60
Text Example
Text Example
White with #892C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C60; }
p { color: rgb(137,44,96); }
H1.HeaderClassName
{
color: #892C60;
}
.AnyTagClassName
{
color: #892C60;
}
</style>
background-color css
<style>
a { background-color: #892C60; }
a { background-color: rgb(137,44,96); }
div.DivClassName
{
background-color: #892C60;
}
.BgClassName
{
background-color: #892C60;
}
</style>
border-color css
<style>
span { border-color: #892C60; }
span { border-color: rgb(137,44,96); }
td.TdClassName
{
border-color: #892C60;
}
.TagClassName
{
border-color: #892C60;
}
</style>