Shades of Cosmic #89446F
Tints of Cosmic #89446F
RGB
CMYK
RGB Variations
Color information
#89446F (or 0x89446F) is known color: Cosmic. HEX triplet: 89, 44 and 6F. RGB value is (137,68,111). Sum of RGB (Red+Green+Blue) = 137+68+111=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89446F is #76BB90. Grayscale: #5D5D5D. Windows color (decimal): -7781265 or 7292041. OLE color: 7292041.
HSL color Cylindrical-coordinate representation of color #89446F: hue angle of 322.61º 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 #89446F is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 111 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.46 |
| HSL | 322.61º | 0.34% | 0.4% | - |
| HSV(B) | 322.61º | 0.5% | 0.54% | - |
| XYZ | 15.25 | 10.6 | 16.28 | - |
| YUV | 93.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 111 | 0 | 0.50 | 0.19 | 0.46 | 322.61 | 0.34 | 0.4 |
| Hex | 89 | 44 | 6F | 0 | 32 | 13 | 2E | 143 | 22 | 28 |
| Octal | 211 | 104 | 157 | 0 | 62 | 23 | 56 | 503 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1101111 | 0 | 110010 | 10011 | 101110 | 101000011 | 100010 | 101000 |
Color Harmonies of #89446F
Complementary color
Monochromatic Colors of #89446F
Black with #89446F
Text Example
Text Example
White with #89446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89446F; }
p { color: rgb(137,68,111); }
H1.HeaderClassName
{
color: #89446F;
}
.AnyTagClassName
{
color: #89446F;
}
</style>
background-color css
<style>
a { background-color: #89446F; }
a { background-color: rgb(137,68,111); }
div.DivClassName
{
background-color: #89446F;
}
.BgClassName
{
background-color: #89446F;
}
</style>
border-color css
<style>
span { border-color: #89446F; }
span { border-color: rgb(137,68,111); }
td.TdClassName
{
border-color: #89446F;
}
.TagClassName
{
border-color: #89446F;
}
</style>