Shades of Cosmic #80436D
Tints of Cosmic #80436D
RGB
CMYK
RGB Variations
Color information
#80436D (or 0x80436D) is known color: Cosmic. HEX triplet: 80, 43 and 6D. RGB value is (128,67,109). Sum of RGB (Red+Green+Blue) = 128+67+109=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80436D is #7FBC92. Grayscale: #595959. Windows color (decimal): -8371347 or 7160704. OLE color: 7160704.
HSL color Cylindrical-coordinate representation of color #80436D: hue angle of 318.69º 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 #80436D is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 109 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.50 |
| HSL | 318.69º | 0.31% | 0.38% | - |
| HSV(B) | 318.69º | 0.48% | 0.5% | - |
| XYZ | 13.67 | 9.71 | 15.62 | - |
| YUV | 90.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 109 | 0 | 0.48 | 0.15 | 0.50 | 318.69 | 0.31 | 0.38 |
| Hex | 80 | 43 | 6D | 0 | 30 | F | 32 | 13F | 1F | 26 |
| Octal | 200 | 103 | 155 | 0 | 60 | 17 | 62 | 477 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1101101 | 0 | 110000 | 1111 | 110010 | 100111111 | 11111 | 100110 |
Color Harmonies of #80436D
Complementary color
Monochromatic Colors of #80436D
Black with #80436D
Text Example
Text Example
White with #80436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80436D; }
p { color: rgb(128,67,109); }
H1.HeaderClassName
{
color: #80436D;
}
.AnyTagClassName
{
color: #80436D;
}
</style>
background-color css
<style>
a { background-color: #80436D; }
a { background-color: rgb(128,67,109); }
div.DivClassName
{
background-color: #80436D;
}
.BgClassName
{
background-color: #80436D;
}
</style>
border-color css
<style>
span { border-color: #80436D; }
span { border-color: rgb(128,67,109); }
td.TdClassName
{
border-color: #80436D;
}
.TagClassName
{
border-color: #80436D;
}
</style>