Shades of Cosmic #803E61
Tints of Cosmic #803E61
RGB
CMYK
RGB Variations
Color information
#803E61 (or 0x803E61) is known color: Cosmic. HEX triplet: 80, 3E and 61. RGB value is (128,62,97). Sum of RGB (Red+Green+Blue) = 128+62+97=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #803E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E61 is #7FC19E. Grayscale: #555555. Windows color (decimal): -8372639 or 6372992. OLE color: 6372992.
HSL color Cylindrical-coordinate representation of color #803E61: hue angle of 328.18º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E61 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 62 | 97 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.50 |
| HSL | 328.18º | 0.35% | 0.37% | - |
| HSV(B) | 328.18º | 0.52% | 0.5% | - |
| XYZ | 12.78 | 8.9 | 12.35 | - |
| YUV | 85.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 97 | 0 | 0.52 | 0.24 | 0.50 | 328.18 | 0.35 | 0.37 |
| Hex | 80 | 3E | 61 | 0 | 34 | 18 | 32 | 148 | 23 | 25 |
| Octal | 200 | 76 | 141 | 0 | 64 | 30 | 62 | 510 | 43 | 45 |
| Binary | 10000000 | 111110 | 1100001 | 0 | 110100 | 11000 | 110010 | 101001000 | 100011 | 100101 |
Color Harmonies of #803E61
Complementary color
Monochromatic Colors of #803E61
Black with #803E61
Text Example
Text Example
White with #803E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E61; }
p { color: rgb(128,62,97); }
H1.HeaderClassName
{
color: #803E61;
}
.AnyTagClassName
{
color: #803E61;
}
</style>
background-color css
<style>
a { background-color: #803E61; }
a { background-color: rgb(128,62,97); }
div.DivClassName
{
background-color: #803E61;
}
.BgClassName
{
background-color: #803E61;
}
</style>
border-color css
<style>
span { border-color: #803E61; }
span { border-color: rgb(128,62,97); }
td.TdClassName
{
border-color: #803E61;
}
.TagClassName
{
border-color: #803E61;
}
</style>