Shades of Rose Bud Cherry #892153
Tints of Rose Bud Cherry #892153
RGB
CMYK
RGB Variations
Color information
#892153 (or 0x892153) is known color: Rose Bud Cherry. HEX triplet: 89, 21 and 53. RGB value is (137,33,83). Sum of RGB (Red+Green+Blue) = 137+33+83=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #892153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892153 is #76DEAC. Grayscale: #454545. Windows color (decimal): -7790253 or 5448073. OLE color: 5448073.
HSL color Cylindrical-coordinate representation of color #892153: hue angle of 331.15º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892153 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 83 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.46 |
| HSL | 331.15º | 0.61% | 0.33% | - |
| HSV(B) | 331.15º | 0.76% | 0.54% | - |
| XYZ | 12.42 | 7.03 | 8.89 | - |
| YUV | 69.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 83 | 0 | 0.76 | 0.39 | 0.46 | 331.15 | 0.61 | 0.33 |
| Hex | 89 | 21 | 53 | 0 | 4C | 27 | 2E | 14B | 3D | 21 |
| Octal | 211 | 41 | 123 | 0 | 114 | 47 | 56 | 513 | 75 | 41 |
| Binary | 10001001 | 100001 | 1010011 | 0 | 1001100 | 100111 | 101110 | 101001011 | 111101 | 100001 |
Color Harmonies of #892153
Complementary color
Monochromatic Colors of #892153
Black with #892153
Text Example
Text Example
White with #892153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892153; }
p { color: rgb(137,33,83); }
H1.HeaderClassName
{
color: #892153;
}
.AnyTagClassName
{
color: #892153;
}
</style>
background-color css
<style>
a { background-color: #892153; }
a { background-color: rgb(137,33,83); }
div.DivClassName
{
background-color: #892153;
}
.BgClassName
{
background-color: #892153;
}
</style>
border-color css
<style>
span { border-color: #892153; }
span { border-color: rgb(137,33,83); }
td.TdClassName
{
border-color: #892153;
}
.TagClassName
{
border-color: #892153;
}
</style>