Shades of Cosmic #89406F
Tints of Cosmic #89406F
RGB
CMYK
RGB Variations
Color information
#89406F (or 0x89406F) is known color: Cosmic. HEX triplet: 89, 40 and 6F. RGB value is (137,64,111). Sum of RGB (Red+Green+Blue) = 137+64+111=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89406F is #76BF90. Grayscale: #5B5B5B. Windows color (decimal): -7782289 or 7291017. OLE color: 7291017.
HSL color Cylindrical-coordinate representation of color #89406F: hue angle of 321.37º 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 #89406F is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 111 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.46 |
| HSL | 321.37º | 0.36% | 0.39% | - |
| HSV(B) | 321.37º | 0.53% | 0.54% | - |
| XYZ | 15.02 | 10.13 | 16.2 | - |
| YUV | 91.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 111 | 0 | 0.53 | 0.19 | 0.46 | 321.37 | 0.36 | 0.39 |
| Hex | 89 | 40 | 6F | 0 | 35 | 13 | 2E | 141 | 24 | 27 |
| Octal | 211 | 100 | 157 | 0 | 65 | 23 | 56 | 501 | 44 | 47 |
| Binary | 10001001 | 1000000 | 1101111 | 0 | 110101 | 10011 | 101110 | 101000001 | 100100 | 100111 |
Color Harmonies of #89406F
Complementary color
Monochromatic Colors of #89406F
Black with #89406F
Text Example
Text Example
White with #89406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89406F; }
p { color: rgb(137,64,111); }
H1.HeaderClassName
{
color: #89406F;
}
.AnyTagClassName
{
color: #89406F;
}
</style>
background-color css
<style>
a { background-color: #89406F; }
a { background-color: rgb(137,64,111); }
div.DivClassName
{
background-color: #89406F;
}
.BgClassName
{
background-color: #89406F;
}
</style>
border-color css
<style>
span { border-color: #89406F; }
span { border-color: rgb(137,64,111); }
td.TdClassName
{
border-color: #89406F;
}
.TagClassName
{
border-color: #89406F;
}
</style>