Shades of Cosmic #803F5B
Tints of Cosmic #803F5B
RGB
CMYK
RGB Variations
Color information
#803F5B (or 0x803F5B) is known color: Cosmic. HEX triplet: 80, 3F and 5B. RGB value is (128,63,91). Sum of RGB (Red+Green+Blue) = 128+63+91=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #803F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F5B is #7FC0A4. Grayscale: #555555. Windows color (decimal): -8372389 or 5980032. OLE color: 5980032.
HSL color Cylindrical-coordinate representation of color #803F5B: hue angle of 334.15º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F5B is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 91 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.50 |
| HSL | 334.15º | 0.34% | 0.37% | - |
| HSV(B) | 334.15º | 0.51% | 0.5% | - |
| XYZ | 12.57 | 8.9 | 10.95 | - |
| YUV | 85.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 91 | 0 | 0.51 | 0.29 | 0.50 | 334.15 | 0.34 | 0.37 |
| Hex | 80 | 3F | 5B | 0 | 33 | 1D | 32 | 14E | 22 | 25 |
| Octal | 200 | 77 | 133 | 0 | 63 | 35 | 62 | 516 | 42 | 45 |
| Binary | 10000000 | 111111 | 1011011 | 0 | 110011 | 11101 | 110010 | 101001110 | 100010 | 100101 |
Color Harmonies of #803F5B
Complementary color
Monochromatic Colors of #803F5B
Black with #803F5B
Text Example
Text Example
White with #803F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F5B; }
p { color: rgb(128,63,91); }
H1.HeaderClassName
{
color: #803F5B;
}
.AnyTagClassName
{
color: #803F5B;
}
</style>
background-color css
<style>
a { background-color: #803F5B; }
a { background-color: rgb(128,63,91); }
div.DivClassName
{
background-color: #803F5B;
}
.BgClassName
{
background-color: #803F5B;
}
</style>
border-color css
<style>
span { border-color: #803F5B; }
span { border-color: rgb(128,63,91); }
td.TdClassName
{
border-color: #803F5B;
}
.TagClassName
{
border-color: #803F5B;
}
</style>