Shades of Cosmic #80445B
Tints of Cosmic #80445B
RGB
CMYK
RGB Variations
Color information
#80445B (or 0x80445B) is known color: Cosmic. HEX triplet: 80, 44 and 5B. RGB value is (128,68,91). Sum of RGB (Red+Green+Blue) = 128+68+91=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80445B is #7FBBA4. Grayscale: #585858. Windows color (decimal): -8371109 or 5981312. OLE color: 5981312.
HSL color Cylindrical-coordinate representation of color #80445B: hue angle of 337º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80445B is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 91 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.50 |
| HSL | 337º | 0.31% | 0.38% | - |
| HSV(B) | 337º | 0.47% | 0.5% | - |
| XYZ | 12.86 | 9.48 | 11.05 | - |
| YUV | 88.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 91 | 0 | 0.47 | 0.29 | 0.50 | 337 | 0.31 | 0.38 |
| Hex | 80 | 44 | 5B | 0 | 2F | 1D | 32 | 151 | 1F | 26 |
| Octal | 200 | 104 | 133 | 0 | 57 | 35 | 62 | 521 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1011011 | 0 | 101111 | 11101 | 110010 | 101010001 | 11111 | 100110 |
Color Harmonies of #80445B
Complementary color
Monochromatic Colors of #80445B
Black with #80445B
Text Example
Text Example
White with #80445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80445B; }
p { color: rgb(128,68,91); }
H1.HeaderClassName
{
color: #80445B;
}
.AnyTagClassName
{
color: #80445B;
}
</style>
background-color css
<style>
a { background-color: #80445B; }
a { background-color: rgb(128,68,91); }
div.DivClassName
{
background-color: #80445B;
}
.BgClassName
{
background-color: #80445B;
}
</style>
border-color css
<style>
span { border-color: #80445B; }
span { border-color: rgb(128,68,91); }
td.TdClassName
{
border-color: #80445B;
}
.TagClassName
{
border-color: #80445B;
}
</style>