Shades of Cosmic #89446B
Tints of Cosmic #89446B
RGB
CMYK
RGB Variations
Color information
#89446B (or 0x89446B) is known color: Cosmic. HEX triplet: 89, 44 and 6B. RGB value is (137,68,107). Sum of RGB (Red+Green+Blue) = 137+68+107=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89446B is #76BB94. Grayscale: #5C5C5C. Windows color (decimal): -7781269 or 7029897. OLE color: 7029897.
HSL color Cylindrical-coordinate representation of color #89446B: hue angle of 326.09º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89446B is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 107 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.46 |
| HSL | 326.09º | 0.34% | 0.4% | - |
| HSV(B) | 326.09º | 0.5% | 0.54% | - |
| XYZ | 15.04 | 10.51 | 15.15 | - |
| YUV | 93.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 107 | 0 | 0.50 | 0.22 | 0.46 | 326.09 | 0.34 | 0.4 |
| Hex | 89 | 44 | 6B | 0 | 32 | 16 | 2E | 146 | 22 | 28 |
| Octal | 211 | 104 | 153 | 0 | 62 | 26 | 56 | 506 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1101011 | 0 | 110010 | 10110 | 101110 | 101000110 | 100010 | 101000 |
Color Harmonies of #89446B
Complementary color
Monochromatic Colors of #89446B
Black with #89446B
Text Example
Text Example
White with #89446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89446B; }
p { color: rgb(137,68,107); }
H1.HeaderClassName
{
color: #89446B;
}
.AnyTagClassName
{
color: #89446B;
}
</style>
background-color css
<style>
a { background-color: #89446B; }
a { background-color: rgb(137,68,107); }
div.DivClassName
{
background-color: #89446B;
}
.BgClassName
{
background-color: #89446B;
}
</style>
border-color css
<style>
span { border-color: #89446B; }
span { border-color: rgb(137,68,107); }
td.TdClassName
{
border-color: #89446B;
}
.TagClassName
{
border-color: #89446B;
}
</style>