Shades of Cosmic #803B5B
Tints of Cosmic #803B5B
RGB
CMYK
RGB Variations
Color information
#803B5B (or 0x803B5B) is known color: Cosmic. HEX triplet: 80, 3B and 5B. RGB value is (128,59,91). Sum of RGB (Red+Green+Blue) = 128+59+91=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #803B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B5B is #7FC4A4. Grayscale: #535353. Windows color (decimal): -8373413 or 5979008. OLE color: 5979008.
HSL color Cylindrical-coordinate representation of color #803B5B: hue angle of 332.17º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803B5B is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 91 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.50 |
| HSL | 332.17º | 0.37% | 0.37% | - |
| HSV(B) | 332.17º | 0.54% | 0.5% | - |
| XYZ | 12.35 | 8.47 | 10.88 | - |
| YUV | 83.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 91 | 0 | 0.54 | 0.29 | 0.50 | 332.17 | 0.37 | 0.37 |
| Hex | 80 | 3B | 5B | 0 | 36 | 1D | 32 | 14C | 25 | 25 |
| Octal | 200 | 73 | 133 | 0 | 66 | 35 | 62 | 514 | 45 | 45 |
| Binary | 10000000 | 111011 | 1011011 | 0 | 110110 | 11101 | 110010 | 101001100 | 100101 | 100101 |
Color Harmonies of #803B5B
Complementary color
Monochromatic Colors of #803B5B
Black with #803B5B
Text Example
Text Example
White with #803B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B5B; }
p { color: rgb(128,59,91); }
H1.HeaderClassName
{
color: #803B5B;
}
.AnyTagClassName
{
color: #803B5B;
}
</style>
background-color css
<style>
a { background-color: #803B5B; }
a { background-color: rgb(128,59,91); }
div.DivClassName
{
background-color: #803B5B;
}
.BgClassName
{
background-color: #803B5B;
}
</style>
border-color css
<style>
span { border-color: #803B5B; }
span { border-color: rgb(128,59,91); }
td.TdClassName
{
border-color: #803B5B;
}
.TagClassName
{
border-color: #803B5B;
}
</style>