Shades of Cosmic #894D73
Tints of Cosmic #894D73
RGB
CMYK
RGB Variations
Color information
#894D73 (or 0x894D73) is known color: Cosmic. HEX triplet: 89, 4D and 73. RGB value is (137,77,115). Sum of RGB (Red+Green+Blue) = 137+77+115=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #894D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D73 is #76B28C. Grayscale: #636363. Windows color (decimal): -7778957 or 7556489. OLE color: 7556489.
HSL color Cylindrical-coordinate representation of color #894D73: hue angle of 322º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D73 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 115 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.46 |
| HSL | 322º | 0.28% | 0.42% | - |
| HSV(B) | 322º | 0.44% | 0.54% | - |
| XYZ | 16.06 | 11.86 | 17.66 | - |
| YUV | 99.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 115 | 0 | 0.44 | 0.16 | 0.46 | 322 | 0.28 | 0.42 |
| Hex | 89 | 4D | 73 | 0 | 2C | 10 | 2E | 142 | 1C | 2A |
| Octal | 211 | 115 | 163 | 0 | 54 | 20 | 56 | 502 | 34 | 52 |
| Binary | 10001001 | 1001101 | 1110011 | 0 | 101100 | 10000 | 101110 | 101000010 | 11100 | 101010 |
Color Harmonies of #894D73
Complementary color
Monochromatic Colors of #894D73
Black with #894D73
Text Example
Text Example
White with #894D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D73; }
p { color: rgb(137,77,115); }
H1.HeaderClassName
{
color: #894D73;
}
.AnyTagClassName
{
color: #894D73;
}
</style>
background-color css
<style>
a { background-color: #894D73; }
a { background-color: rgb(137,77,115); }
div.DivClassName
{
background-color: #894D73;
}
.BgClassName
{
background-color: #894D73;
}
</style>
border-color css
<style>
span { border-color: #894D73; }
span { border-color: rgb(137,77,115); }
td.TdClassName
{
border-color: #894D73;
}
.TagClassName
{
border-color: #894D73;
}
</style>