Shades of Cosmic #80435D
Tints of Cosmic #80435D
RGB
CMYK
RGB Variations
Color information
#80435D (or 0x80435D) is known color: Cosmic. HEX triplet: 80, 43 and 5D. RGB value is (128,67,93). Sum of RGB (Red+Green+Blue) = 128+67+93=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80435D is #7FBCA2. Grayscale: #585858. Windows color (decimal): -8371363 or 6112128. OLE color: 6112128.
HSL color Cylindrical-coordinate representation of color #80435D: hue angle of 334.43º 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 #80435D is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 93 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.50 |
| HSL | 334.43º | 0.31% | 0.38% | - |
| HSV(B) | 334.43º | 0.48% | 0.5% | - |
| XYZ | 12.89 | 9.39 | 11.49 | - |
| YUV | 88.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 93 | 0 | 0.48 | 0.27 | 0.50 | 334.43 | 0.31 | 0.38 |
| Hex | 80 | 43 | 5D | 0 | 30 | 1B | 32 | 14E | 1F | 26 |
| Octal | 200 | 103 | 135 | 0 | 60 | 33 | 62 | 516 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1011101 | 0 | 110000 | 11011 | 110010 | 101001110 | 11111 | 100110 |
Color Harmonies of #80435D
Complementary color
Monochromatic Colors of #80435D
Black with #80435D
Text Example
Text Example
White with #80435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80435D; }
p { color: rgb(128,67,93); }
H1.HeaderClassName
{
color: #80435D;
}
.AnyTagClassName
{
color: #80435D;
}
</style>
background-color css
<style>
a { background-color: #80435D; }
a { background-color: rgb(128,67,93); }
div.DivClassName
{
background-color: #80435D;
}
.BgClassName
{
background-color: #80435D;
}
</style>
border-color css
<style>
span { border-color: #80435D; }
span { border-color: rgb(128,67,93); }
td.TdClassName
{
border-color: #80435D;
}
.TagClassName
{
border-color: #80435D;
}
</style>