Shades of Cosmic #804959
Tints of Cosmic #804959
RGB
CMYK
RGB Variations
Color information
#804959 (or 0x804959) is known color: Cosmic. HEX triplet: 80, 49 and 59. RGB value is (128,73,89). Sum of RGB (Red+Green+Blue) = 128+73+89=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #804959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804959 is #7FB6A6. Grayscale: #5B5B5B. Windows color (decimal): -8369831 or 5851520. OLE color: 5851520.
HSL color Cylindrical-coordinate representation of color #804959: hue angle of 342.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #804959 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 89 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.50 |
| HSL | 342.55º | 0.27% | 0.39% | - |
| HSV(B) | 342.55º | 0.43% | 0.5% | - |
| XYZ | 13.09 | 10.08 | 10.71 | - |
| YUV | 91.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 89 | 0 | 0.43 | 0.30 | 0.50 | 342.55 | 0.27 | 0.39 |
| Hex | 80 | 49 | 59 | 0 | 2B | 1E | 32 | 157 | 1B | 27 |
| Octal | 200 | 111 | 131 | 0 | 53 | 36 | 62 | 527 | 33 | 47 |
| Binary | 10000000 | 1001001 | 1011001 | 0 | 101011 | 11110 | 110010 | 101010111 | 11011 | 100111 |
Color Harmonies of #804959
Complementary color
Monochromatic Colors of #804959
Black with #804959
Text Example
Text Example
White with #804959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804959; }
p { color: rgb(128,73,89); }
H1.HeaderClassName
{
color: #804959;
}
.AnyTagClassName
{
color: #804959;
}
</style>
background-color css
<style>
a { background-color: #804959; }
a { background-color: rgb(128,73,89); }
div.DivClassName
{
background-color: #804959;
}
.BgClassName
{
background-color: #804959;
}
</style>
border-color css
<style>
span { border-color: #804959; }
span { border-color: rgb(128,73,89); }
td.TdClassName
{
border-color: #804959;
}
.TagClassName
{
border-color: #804959;
}
</style>