Shades of Cosmic #804365
Tints of Cosmic #804365
RGB
CMYK
RGB Variations
Color information
#804365 (or 0x804365) is known color: Cosmic. HEX triplet: 80, 43 and 65. RGB value is (128,67,101). Sum of RGB (Red+Green+Blue) = 128+67+101=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #804365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804365 is #7FBC9A. Grayscale: #595959. Windows color (decimal): -8371355 or 6636416. OLE color: 6636416.
HSL color Cylindrical-coordinate representation of color #804365: hue angle of 326.56º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804365 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 101 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.50 |
| HSL | 326.56º | 0.31% | 0.38% | - |
| HSV(B) | 326.56º | 0.48% | 0.5% | - |
| XYZ | 13.26 | 9.54 | 13.46 | - |
| YUV | 89.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 101 | 0 | 0.48 | 0.21 | 0.50 | 326.56 | 0.31 | 0.38 |
| Hex | 80 | 43 | 65 | 0 | 30 | 15 | 32 | 147 | 1F | 26 |
| Octal | 200 | 103 | 145 | 0 | 60 | 25 | 62 | 507 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1100101 | 0 | 110000 | 10101 | 110010 | 101000111 | 11111 | 100110 |
Color Harmonies of #804365
Complementary color
Monochromatic Colors of #804365
Black with #804365
Text Example
Text Example
White with #804365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804365; }
p { color: rgb(128,67,101); }
H1.HeaderClassName
{
color: #804365;
}
.AnyTagClassName
{
color: #804365;
}
</style>
background-color css
<style>
a { background-color: #804365; }
a { background-color: rgb(128,67,101); }
div.DivClassName
{
background-color: #804365;
}
.BgClassName
{
background-color: #804365;
}
</style>
border-color css
<style>
span { border-color: #804365; }
span { border-color: rgb(128,67,101); }
td.TdClassName
{
border-color: #804365;
}
.TagClassName
{
border-color: #804365;
}
</style>