Shades of Cosmic #803F5F
Tints of Cosmic #803F5F
RGB
CMYK
RGB Variations
Color information
#803F5F (or 0x803F5F) is known color: Cosmic. HEX triplet: 80, 3F and 5F. RGB value is (128,63,95). Sum of RGB (Red+Green+Blue) = 128+63+95=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #803F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F5F is #7FC0A0. Grayscale: #565656. Windows color (decimal): -8372385 or 6242176. OLE color: 6242176.
HSL color Cylindrical-coordinate representation of color #803F5F: hue angle of 330.46º 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 #803F5F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 95 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.50 |
| HSL | 330.46º | 0.34% | 0.37% | - |
| HSV(B) | 330.46º | 0.51% | 0.5% | - |
| XYZ | 12.75 | 8.97 | 11.89 | - |
| YUV | 86.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 95 | 0 | 0.51 | 0.26 | 0.50 | 330.46 | 0.34 | 0.37 |
| Hex | 80 | 3F | 5F | 0 | 33 | 1A | 32 | 14A | 22 | 25 |
| Octal | 200 | 77 | 137 | 0 | 63 | 32 | 62 | 512 | 42 | 45 |
| Binary | 10000000 | 111111 | 1011111 | 0 | 110011 | 11010 | 110010 | 101001010 | 100010 | 100101 |
Color Harmonies of #803F5F
Complementary color
Monochromatic Colors of #803F5F
Black with #803F5F
Text Example
Text Example
White with #803F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F5F; }
p { color: rgb(128,63,95); }
H1.HeaderClassName
{
color: #803F5F;
}
.AnyTagClassName
{
color: #803F5F;
}
</style>
background-color css
<style>
a { background-color: #803F5F; }
a { background-color: rgb(128,63,95); }
div.DivClassName
{
background-color: #803F5F;
}
.BgClassName
{
background-color: #803F5F;
}
</style>
border-color css
<style>
span { border-color: #803F5F; }
span { border-color: rgb(128,63,95); }
td.TdClassName
{
border-color: #803F5F;
}
.TagClassName
{
border-color: #803F5F;
}
</style>