Shades of Rose Bud Cherry #892D5B
Tints of Rose Bud Cherry #892D5B
RGB
CMYK
RGB Variations
Color information
#892D5B (or 0x892D5B) is known color: Rose Bud Cherry. HEX triplet: 89, 2D and 5B. RGB value is (137,45,91). Sum of RGB (Red+Green+Blue) = 137+45+91=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #892D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D5B is #76D2A4. Grayscale: #4D4D4D. Windows color (decimal): -7787173 or 5975433. OLE color: 5975433.
HSL color Cylindrical-coordinate representation of color #892D5B: hue angle of 330º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D5B is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 91 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.46 |
| HSL | 330º | 0.51% | 0.36% | - |
| HSV(B) | 330º | 0.67% | 0.54% | - |
| XYZ | 13.14 | 7.95 | 10.74 | - |
| YUV | 77.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 91 | 0 | 0.67 | 0.34 | 0.46 | 330 | 0.51 | 0.36 |
| Hex | 89 | 2D | 5B | 0 | 43 | 22 | 2E | 14A | 33 | 24 |
| Octal | 211 | 55 | 133 | 0 | 103 | 42 | 56 | 512 | 63 | 44 |
| Binary | 10001001 | 101101 | 1011011 | 0 | 1000011 | 100010 | 101110 | 101001010 | 110011 | 100100 |
Color Harmonies of #892D5B
Complementary color
Monochromatic Colors of #892D5B
Black with #892D5B
Text Example
Text Example
White with #892D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D5B; }
p { color: rgb(137,45,91); }
H1.HeaderClassName
{
color: #892D5B;
}
.AnyTagClassName
{
color: #892D5B;
}
</style>
background-color css
<style>
a { background-color: #892D5B; }
a { background-color: rgb(137,45,91); }
div.DivClassName
{
background-color: #892D5B;
}
.BgClassName
{
background-color: #892D5B;
}
</style>
border-color css
<style>
span { border-color: #892D5B; }
span { border-color: rgb(137,45,91); }
td.TdClassName
{
border-color: #892D5B;
}
.TagClassName
{
border-color: #892D5B;
}
</style>