Shades of Cosmic #89396B
Tints of Cosmic #89396B
RGB
CMYK
RGB Variations
Color information
#89396B (or 0x89396B) is known color: Cosmic. HEX triplet: 89, 39 and 6B. RGB value is (137,57,107). Sum of RGB (Red+Green+Blue) = 137+57+107=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #89396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89396B is #76C694. Grayscale: #565656. Windows color (decimal): -7784085 or 7027081. OLE color: 7027081.
HSL color Cylindrical-coordinate representation of color #89396B: hue angle of 322.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89396B is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 57 | 107 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.46 |
| HSL | 322.5º | 0.41% | 0.38% | - |
| HSV(B) | 322.5º | 0.58% | 0.54% | - |
| XYZ | 14.43 | 9.31 | 14.95 | - |
| YUV | 86.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 107 | 0 | 0.58 | 0.22 | 0.46 | 322.5 | 0.41 | 0.38 |
| Hex | 89 | 39 | 6B | 0 | 3A | 16 | 2E | 142 | 29 | 26 |
| Octal | 211 | 71 | 153 | 0 | 72 | 26 | 56 | 502 | 51 | 46 |
| Binary | 10001001 | 111001 | 1101011 | 0 | 111010 | 10110 | 101110 | 101000010 | 101001 | 100110 |
Color Harmonies of #89396B
Complementary color
Monochromatic Colors of #89396B
Black with #89396B
Text Example
Text Example
White with #89396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89396B; }
p { color: rgb(137,57,107); }
H1.HeaderClassName
{
color: #89396B;
}
.AnyTagClassName
{
color: #89396B;
}
</style>
background-color css
<style>
a { background-color: #89396B; }
a { background-color: rgb(137,57,107); }
div.DivClassName
{
background-color: #89396B;
}
.BgClassName
{
background-color: #89396B;
}
</style>
border-color css
<style>
span { border-color: #89396B; }
span { border-color: rgb(137,57,107); }
td.TdClassName
{
border-color: #89396B;
}
.TagClassName
{
border-color: #89396B;
}
</style>