Shades of Cosmic #89426F
Tints of Cosmic #89426F
RGB
CMYK
RGB Variations
Color information
#89426F (or 0x89426F) is known color: Cosmic. HEX triplet: 89, 42 and 6F. RGB value is (137,66,111). Sum of RGB (Red+Green+Blue) = 137+66+111=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #89426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89426F is #76BD90. Grayscale: #5C5C5C. Windows color (decimal): -7781777 or 7291529. OLE color: 7291529.
HSL color Cylindrical-coordinate representation of color #89426F: hue angle of 321.97º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89426F is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 111 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.46 |
| HSL | 321.97º | 0.35% | 0.4% | - |
| HSV(B) | 321.97º | 0.52% | 0.54% | - |
| XYZ | 15.13 | 10.36 | 16.24 | - |
| YUV | 92.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 111 | 0 | 0.52 | 0.19 | 0.46 | 321.97 | 0.35 | 0.4 |
| Hex | 89 | 42 | 6F | 0 | 34 | 13 | 2E | 142 | 23 | 28 |
| Octal | 211 | 102 | 157 | 0 | 64 | 23 | 56 | 502 | 43 | 50 |
| Binary | 10001001 | 1000010 | 1101111 | 0 | 110100 | 10011 | 101110 | 101000010 | 100011 | 101000 |
Color Harmonies of #89426F
Complementary color
Monochromatic Colors of #89426F
Black with #89426F
Text Example
Text Example
White with #89426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89426F; }
p { color: rgb(137,66,111); }
H1.HeaderClassName
{
color: #89426F;
}
.AnyTagClassName
{
color: #89426F;
}
</style>
background-color css
<style>
a { background-color: #89426F; }
a { background-color: rgb(137,66,111); }
div.DivClassName
{
background-color: #89426F;
}
.BgClassName
{
background-color: #89426F;
}
</style>
border-color css
<style>
span { border-color: #89426F; }
span { border-color: rgb(137,66,111); }
td.TdClassName
{
border-color: #89426F;
}
.TagClassName
{
border-color: #89426F;
}
</style>