Shades of Rose Bud Cherry #892C62
Tints of Rose Bud Cherry #892C62
RGB
CMYK
RGB Variations
Color information
#892C62 (or 0x892C62) is known color: Rose Bud Cherry. HEX triplet: 89, 2C and 62. RGB value is (137,44,98). Sum of RGB (Red+Green+Blue) = 137+44+98=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #892C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C62 is #76D39D. Grayscale: #4D4D4D. Windows color (decimal): -7787422 or 6433929. OLE color: 6433929.
HSL color Cylindrical-coordinate representation of color #892C62: hue angle of 325.16º 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 #892C62 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 98 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.46 |
| HSL | 325.16º | 0.51% | 0.35% | - |
| HSV(B) | 325.16º | 0.68% | 0.54% | - |
| XYZ | 13.42 | 8 | 12.39 | - |
| YUV | 77.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 98 | 0 | 0.68 | 0.28 | 0.46 | 325.16 | 0.51 | 0.35 |
| Hex | 89 | 2C | 62 | 0 | 44 | 1C | 2E | 145 | 33 | 23 |
| Octal | 211 | 54 | 142 | 0 | 104 | 34 | 56 | 505 | 63 | 43 |
| Binary | 10001001 | 101100 | 1100010 | 0 | 1000100 | 11100 | 101110 | 101000101 | 110011 | 100011 |
Color Harmonies of #892C62
Complementary color
Monochromatic Colors of #892C62
Black with #892C62
Text Example
Text Example
White with #892C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C62; }
p { color: rgb(137,44,98); }
H1.HeaderClassName
{
color: #892C62;
}
.AnyTagClassName
{
color: #892C62;
}
</style>
background-color css
<style>
a { background-color: #892C62; }
a { background-color: rgb(137,44,98); }
div.DivClassName
{
background-color: #892C62;
}
.BgClassName
{
background-color: #892C62;
}
</style>
border-color css
<style>
span { border-color: #892C62; }
span { border-color: rgb(137,44,98); }
td.TdClassName
{
border-color: #892C62;
}
.TagClassName
{
border-color: #892C62;
}
</style>