Shades of Cosmic #89436C
Tints of Cosmic #89436C
RGB
CMYK
RGB Variations
Color information
#89436C (or 0x89436C) is known color: Cosmic. HEX triplet: 89, 43 and 6C. RGB value is (137,67,108). Sum of RGB (Red+Green+Blue) = 137+67+108=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89436C is #76BC93. Grayscale: #5C5C5C. Windows color (decimal): -7781524 or 7095177. OLE color: 7095177.
HSL color Cylindrical-coordinate representation of color #89436C: hue angle of 324.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #89436C is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 108 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.46 |
| HSL | 324.86º | 0.34% | 0.4% | - |
| HSV(B) | 324.86º | 0.51% | 0.54% | - |
| XYZ | 15.03 | 10.42 | 15.41 | - |
| YUV | 92.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 108 | 0 | 0.51 | 0.21 | 0.46 | 324.86 | 0.34 | 0.4 |
| Hex | 89 | 43 | 6C | 0 | 33 | 15 | 2E | 145 | 22 | 28 |
| Octal | 211 | 103 | 154 | 0 | 63 | 25 | 56 | 505 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1101100 | 0 | 110011 | 10101 | 101110 | 101000101 | 100010 | 101000 |
Color Harmonies of #89436C
Complementary color
Monochromatic Colors of #89436C
Black with #89436C
Text Example
Text Example
White with #89436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89436C; }
p { color: rgb(137,67,108); }
H1.HeaderClassName
{
color: #89436C;
}
.AnyTagClassName
{
color: #89436C;
}
</style>
background-color css
<style>
a { background-color: #89436C; }
a { background-color: rgb(137,67,108); }
div.DivClassName
{
background-color: #89436C;
}
.BgClassName
{
background-color: #89436C;
}
</style>
border-color css
<style>
span { border-color: #89436C; }
span { border-color: rgb(137,67,108); }
td.TdClassName
{
border-color: #89436C;
}
.TagClassName
{
border-color: #89436C;
}
</style>