Shades of Cosmic #804D6B
Tints of Cosmic #804D6B
RGB
CMYK
RGB Variations
Color information
#804D6B (or 0x804D6B) is known color: Cosmic. HEX triplet: 80, 4D and 6B. RGB value is (128,77,107). Sum of RGB (Red+Green+Blue) = 128+77+107=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #804D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804D6B is #7FB294. Grayscale: #5F5F5F. Windows color (decimal): -8368789 or 7032192. OLE color: 7032192.
HSL color Cylindrical-coordinate representation of color #804D6B: hue angle of 324.71º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #804D6B is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 107 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.50 |
| HSL | 324.71º | 0.25% | 0.4% | - |
| HSV(B) | 324.71º | 0.4% | 0.5% | - |
| XYZ | 14.21 | 10.96 | 15.28 | - |
| YUV | 95.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 107 | 0 | 0.40 | 0.16 | 0.50 | 324.71 | 0.25 | 0.4 |
| Hex | 80 | 4D | 6B | 0 | 28 | 10 | 32 | 145 | 19 | 28 |
| Octal | 200 | 115 | 153 | 0 | 50 | 20 | 62 | 505 | 31 | 50 |
| Binary | 10000000 | 1001101 | 1101011 | 0 | 101000 | 10000 | 110010 | 101000101 | 11001 | 101000 |
Color Harmonies of #804D6B
Complementary color
Monochromatic Colors of #804D6B
Black with #804D6B
Text Example
Text Example
White with #804D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D6B; }
p { color: rgb(128,77,107); }
H1.HeaderClassName
{
color: #804D6B;
}
.AnyTagClassName
{
color: #804D6B;
}
</style>
background-color css
<style>
a { background-color: #804D6B; }
a { background-color: rgb(128,77,107); }
div.DivClassName
{
background-color: #804D6B;
}
.BgClassName
{
background-color: #804D6B;
}
</style>
border-color css
<style>
span { border-color: #804D6B; }
span { border-color: rgb(128,77,107); }
td.TdClassName
{
border-color: #804D6B;
}
.TagClassName
{
border-color: #804D6B;
}
</style>