Shades of Cosmic #80435E
Tints of Cosmic #80435E
RGB
CMYK
RGB Variations
Color information
#80435E (or 0x80435E) is known color: Cosmic. HEX triplet: 80, 43 and 5E. RGB value is (128,67,94). Sum of RGB (Red+Green+Blue) = 128+67+94=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80435E is #7FBCA1. Grayscale: #585858. Windows color (decimal): -8371362 or 6177664. OLE color: 6177664.
HSL color Cylindrical-coordinate representation of color #80435E: hue angle of 333.44º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80435E is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 94 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.50 |
| HSL | 333.44º | 0.31% | 0.38% | - |
| HSV(B) | 333.44º | 0.48% | 0.5% | - |
| XYZ | 12.93 | 9.41 | 11.72 | - |
| YUV | 88.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 94 | 0 | 0.48 | 0.27 | 0.50 | 333.44 | 0.31 | 0.38 |
| Hex | 80 | 43 | 5E | 0 | 30 | 1B | 32 | 14D | 1F | 26 |
| Octal | 200 | 103 | 136 | 0 | 60 | 33 | 62 | 515 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1011110 | 0 | 110000 | 11011 | 110010 | 101001101 | 11111 | 100110 |
Color Harmonies of #80435E
Complementary color
Monochromatic Colors of #80435E
Black with #80435E
Text Example
Text Example
White with #80435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80435E; }
p { color: rgb(128,67,94); }
H1.HeaderClassName
{
color: #80435E;
}
.AnyTagClassName
{
color: #80435E;
}
</style>
background-color css
<style>
a { background-color: #80435E; }
a { background-color: rgb(128,67,94); }
div.DivClassName
{
background-color: #80435E;
}
.BgClassName
{
background-color: #80435E;
}
</style>
border-color css
<style>
span { border-color: #80435E; }
span { border-color: rgb(128,67,94); }
td.TdClassName
{
border-color: #80435E;
}
.TagClassName
{
border-color: #80435E;
}
</style>