Shades of Cosmic #89406D
Tints of Cosmic #89406D
RGB
CMYK
RGB Variations
Color information
#89406D (or 0x89406D) is known color: Cosmic. HEX triplet: 89, 40 and 6D. RGB value is (137,64,109). Sum of RGB (Red+Green+Blue) = 137+64+109=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89406D is #76BF92. Grayscale: #5A5A5A. Windows color (decimal): -7782291 or 7159945. OLE color: 7159945.
HSL color Cylindrical-coordinate representation of color #89406D: hue angle of 323.01º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89406D is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 109 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.46 |
| HSL | 323.01º | 0.36% | 0.39% | - |
| HSV(B) | 323.01º | 0.53% | 0.54% | - |
| XYZ | 14.91 | 10.09 | 15.63 | - |
| YUV | 90.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 109 | 0 | 0.53 | 0.20 | 0.46 | 323.01 | 0.36 | 0.39 |
| Hex | 89 | 40 | 6D | 0 | 35 | 14 | 2E | 143 | 24 | 27 |
| Octal | 211 | 100 | 155 | 0 | 65 | 24 | 56 | 503 | 44 | 47 |
| Binary | 10001001 | 1000000 | 1101101 | 0 | 110101 | 10100 | 101110 | 101000011 | 100100 | 100111 |
Color Harmonies of #89406D
Complementary color
Monochromatic Colors of #89406D
Black with #89406D
Text Example
Text Example
White with #89406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89406D; }
p { color: rgb(137,64,109); }
H1.HeaderClassName
{
color: #89406D;
}
.AnyTagClassName
{
color: #89406D;
}
</style>
background-color css
<style>
a { background-color: #89406D; }
a { background-color: rgb(137,64,109); }
div.DivClassName
{
background-color: #89406D;
}
.BgClassName
{
background-color: #89406D;
}
</style>
border-color css
<style>
span { border-color: #89406D; }
span { border-color: rgb(137,64,109); }
td.TdClassName
{
border-color: #89406D;
}
.TagClassName
{
border-color: #89406D;
}
</style>