Shades of Cosmic #80436E
Tints of Cosmic #80436E
RGB
CMYK
RGB Variations
Color information
#80436E (or 0x80436E) is known color: Cosmic. HEX triplet: 80, 43 and 6E. RGB value is (128,67,110). Sum of RGB (Red+Green+Blue) = 128+67+110=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80436E is #7FBC91. Grayscale: #5A5A5A. Windows color (decimal): -8371346 or 7226240. OLE color: 7226240.
HSL color Cylindrical-coordinate representation of color #80436E: hue angle of 317.7º 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 #80436E is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 110 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.50 |
| HSL | 317.7º | 0.31% | 0.38% | - |
| HSV(B) | 317.7º | 0.48% | 0.5% | - |
| XYZ | 13.72 | 9.73 | 15.91 | - |
| YUV | 90.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 110 | 0 | 0.48 | 0.14 | 0.50 | 317.7 | 0.31 | 0.38 |
| Hex | 80 | 43 | 6E | 0 | 30 | E | 32 | 13E | 1F | 26 |
| Octal | 200 | 103 | 156 | 0 | 60 | 16 | 62 | 476 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1101110 | 0 | 110000 | 1110 | 110010 | 100111110 | 11111 | 100110 |
Color Harmonies of #80436E
Complementary color
Monochromatic Colors of #80436E
Black with #80436E
Text Example
Text Example
White with #80436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80436E; }
p { color: rgb(128,67,110); }
H1.HeaderClassName
{
color: #80436E;
}
.AnyTagClassName
{
color: #80436E;
}
</style>
background-color css
<style>
a { background-color: #80436E; }
a { background-color: rgb(128,67,110); }
div.DivClassName
{
background-color: #80436E;
}
.BgClassName
{
background-color: #80436E;
}
</style>
border-color css
<style>
span { border-color: #80436E; }
span { border-color: rgb(128,67,110); }
td.TdClassName
{
border-color: #80436E;
}
.TagClassName
{
border-color: #80436E;
}
</style>