Shades of Rose Bud Cherry #892C52
Tints of Rose Bud Cherry #892C52
RGB
CMYK
RGB Variations
Color information
#892C52 (or 0x892C52) is known color: Rose Bud Cherry. HEX triplet: 89, 2C and 52. RGB value is (137,44,82). Sum of RGB (Red+Green+Blue) = 137+44+82=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #892C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C52 is #76D3AD. Grayscale: #4C4C4C. Windows color (decimal): -7787438 or 5385353. OLE color: 5385353.
HSL color Cylindrical-coordinate representation of color #892C52: hue angle of 335.48º 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 #892C52 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 44 | 82 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.46 |
| HSL | 335.48º | 0.51% | 0.35% | - |
| HSV(B) | 335.48º | 0.68% | 0.54% | - |
| XYZ | 12.74 | 7.73 | 8.8 | - |
| YUV | 76.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 82 | 0 | 0.68 | 0.40 | 0.46 | 335.48 | 0.51 | 0.35 |
| Hex | 89 | 2C | 52 | 0 | 44 | 28 | 2E | 14F | 33 | 23 |
| Octal | 211 | 54 | 122 | 0 | 104 | 50 | 56 | 517 | 63 | 43 |
| Binary | 10001001 | 101100 | 1010010 | 0 | 1000100 | 101000 | 101110 | 101001111 | 110011 | 100011 |
Color Harmonies of #892C52
Complementary color
Monochromatic Colors of #892C52
Black with #892C52
Text Example
Text Example
White with #892C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892C52; }
p { color: rgb(137,44,82); }
H1.HeaderClassName
{
color: #892C52;
}
.AnyTagClassName
{
color: #892C52;
}
</style>
background-color css
<style>
a { background-color: #892C52; }
a { background-color: rgb(137,44,82); }
div.DivClassName
{
background-color: #892C52;
}
.BgClassName
{
background-color: #892C52;
}
</style>
border-color css
<style>
span { border-color: #892C52; }
span { border-color: rgb(137,44,82); }
td.TdClassName
{
border-color: #892C52;
}
.TagClassName
{
border-color: #892C52;
}
</style>