Shades of Cosmic #803E5D
Tints of Cosmic #803E5D
RGB
CMYK
RGB Variations
Color information
#803E5D (or 0x803E5D) is known color: Cosmic. HEX triplet: 80, 3E and 5D. RGB value is (128,62,93). Sum of RGB (Red+Green+Blue) = 128+62+93=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #803E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E5D is #7FC1A2. Grayscale: #555555. Windows color (decimal): -8372643 or 6110848. OLE color: 6110848.
HSL color Cylindrical-coordinate representation of color #803E5D: hue angle of 331.82º 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 #803E5D is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 62 | 93 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.50 |
| HSL | 331.82º | 0.35% | 0.37% | - |
| HSV(B) | 331.82º | 0.52% | 0.5% | - |
| XYZ | 12.6 | 8.82 | 11.4 | - |
| YUV | 85.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 93 | 0 | 0.52 | 0.27 | 0.50 | 331.82 | 0.35 | 0.37 |
| Hex | 80 | 3E | 5D | 0 | 34 | 1B | 32 | 14C | 23 | 25 |
| Octal | 200 | 76 | 135 | 0 | 64 | 33 | 62 | 514 | 43 | 45 |
| Binary | 10000000 | 111110 | 1011101 | 0 | 110100 | 11011 | 110010 | 101001100 | 100011 | 100101 |
Color Harmonies of #803E5D
Complementary color
Monochromatic Colors of #803E5D
Black with #803E5D
Text Example
Text Example
White with #803E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E5D; }
p { color: rgb(128,62,93); }
H1.HeaderClassName
{
color: #803E5D;
}
.AnyTagClassName
{
color: #803E5D;
}
</style>
background-color css
<style>
a { background-color: #803E5D; }
a { background-color: rgb(128,62,93); }
div.DivClassName
{
background-color: #803E5D;
}
.BgClassName
{
background-color: #803E5D;
}
</style>
border-color css
<style>
span { border-color: #803E5D; }
span { border-color: rgb(128,62,93); }
td.TdClassName
{
border-color: #803E5D;
}
.TagClassName
{
border-color: #803E5D;
}
</style>