Shades of Cosmic #89446A
Tints of Cosmic #89446A
RGB
CMYK
RGB Variations
Color information
#89446A (or 0x89446A) is known color: Cosmic. HEX triplet: 89, 44 and 6A. RGB value is (137,68,106). Sum of RGB (Red+Green+Blue) = 137+68+106=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89446A is #76BB95. Grayscale: #5C5C5C. Windows color (decimal): -7781270 or 6964361. OLE color: 6964361.
HSL color Cylindrical-coordinate representation of color #89446A: hue angle of 326.96º 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 #89446A is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 106 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.46 |
| HSL | 326.96º | 0.34% | 0.4% | - |
| HSV(B) | 326.96º | 0.5% | 0.54% | - |
| XYZ | 14.99 | 10.49 | 14.87 | - |
| YUV | 92.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 106 | 0 | 0.50 | 0.23 | 0.46 | 326.96 | 0.34 | 0.4 |
| Hex | 89 | 44 | 6A | 0 | 32 | 17 | 2E | 147 | 22 | 28 |
| Octal | 211 | 104 | 152 | 0 | 62 | 27 | 56 | 507 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1101010 | 0 | 110010 | 10111 | 101110 | 101000111 | 100010 | 101000 |
Color Harmonies of #89446A
Complementary color
Monochromatic Colors of #89446A
Black with #89446A
Text Example
Text Example
White with #89446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89446A; }
p { color: rgb(137,68,106); }
H1.HeaderClassName
{
color: #89446A;
}
.AnyTagClassName
{
color: #89446A;
}
</style>
background-color css
<style>
a { background-color: #89446A; }
a { background-color: rgb(137,68,106); }
div.DivClassName
{
background-color: #89446A;
}
.BgClassName
{
background-color: #89446A;
}
</style>
border-color css
<style>
span { border-color: #89446A; }
span { border-color: rgb(137,68,106); }
td.TdClassName
{
border-color: #89446A;
}
.TagClassName
{
border-color: #89446A;
}
</style>