Shades of Cosmic #89496D
Tints of Cosmic #89496D
RGB
CMYK
RGB Variations
Color information
#89496D (or 0x89496D) is known color: Cosmic. HEX triplet: 89, 49 and 6D. RGB value is (137,73,109). Sum of RGB (Red+Green+Blue) = 137+73+109=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #89496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89496D is #76B692. Grayscale: #606060. Windows color (decimal): -7779987 or 7162249. OLE color: 7162249.
HSL color Cylindrical-coordinate representation of color #89496D: hue angle of 326.25º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89496D is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 109 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.46 |
| HSL | 326.25º | 0.3% | 0.41% | - |
| HSV(B) | 326.25º | 0.47% | 0.54% | - |
| XYZ | 15.46 | 11.19 | 15.81 | - |
| YUV | 96.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 109 | 0 | 0.47 | 0.20 | 0.46 | 326.25 | 0.3 | 0.41 |
| Hex | 89 | 49 | 6D | 0 | 2F | 14 | 2E | 146 | 1E | 29 |
| Octal | 211 | 111 | 155 | 0 | 57 | 24 | 56 | 506 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1101101 | 0 | 101111 | 10100 | 101110 | 101000110 | 11110 | 101001 |
Color Harmonies of #89496D
Complementary color
Monochromatic Colors of #89496D
Black with #89496D
Text Example
Text Example
White with #89496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89496D; }
p { color: rgb(137,73,109); }
H1.HeaderClassName
{
color: #89496D;
}
.AnyTagClassName
{
color: #89496D;
}
</style>
background-color css
<style>
a { background-color: #89496D; }
a { background-color: rgb(137,73,109); }
div.DivClassName
{
background-color: #89496D;
}
.BgClassName
{
background-color: #89496D;
}
</style>
border-color css
<style>
span { border-color: #89496D; }
span { border-color: rgb(137,73,109); }
td.TdClassName
{
border-color: #89496D;
}
.TagClassName
{
border-color: #89496D;
}
</style>