Shades of Cosmic #89476F
Tints of Cosmic #89476F
RGB
CMYK
RGB Variations
Color information
#89476F (or 0x89476F) is known color: Cosmic. HEX triplet: 89, 47 and 6F. RGB value is (137,71,111). Sum of RGB (Red+Green+Blue) = 137+71+111=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #89476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89476F is #76B890. Grayscale: #5F5F5F. Windows color (decimal): -7780497 or 7292809. OLE color: 7292809.
HSL color Cylindrical-coordinate representation of color #89476F: hue angle of 323.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89476F is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 111 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.46 |
| HSL | 323.64º | 0.32% | 0.41% | - |
| HSV(B) | 323.64º | 0.48% | 0.54% | - |
| XYZ | 15.44 | 10.97 | 16.34 | - |
| YUV | 95.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 111 | 0 | 0.48 | 0.19 | 0.46 | 323.64 | 0.32 | 0.41 |
| Hex | 89 | 47 | 6F | 0 | 30 | 13 | 2E | 144 | 20 | 29 |
| Octal | 211 | 107 | 157 | 0 | 60 | 23 | 56 | 504 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1101111 | 0 | 110000 | 10011 | 101110 | 101000100 | 100000 | 101001 |
Color Harmonies of #89476F
Complementary color
Monochromatic Colors of #89476F
Black with #89476F
Text Example
Text Example
White with #89476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89476F; }
p { color: rgb(137,71,111); }
H1.HeaderClassName
{
color: #89476F;
}
.AnyTagClassName
{
color: #89476F;
}
</style>
background-color css
<style>
a { background-color: #89476F; }
a { background-color: rgb(137,71,111); }
div.DivClassName
{
background-color: #89476F;
}
.BgClassName
{
background-color: #89476F;
}
</style>
border-color css
<style>
span { border-color: #89476F; }
span { border-color: rgb(137,71,111); }
td.TdClassName
{
border-color: #89476F;
}
.TagClassName
{
border-color: #89476F;
}
</style>