Shades of Cosmic #804367
Tints of Cosmic #804367
RGB
CMYK
RGB Variations
Color information
#804367 (or 0x804367) is known color: Cosmic. HEX triplet: 80, 43 and 67. RGB value is (128,67,103). Sum of RGB (Red+Green+Blue) = 128+67+103=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #804367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804367 is #7FBC98. Grayscale: #595959. Windows color (decimal): -8371353 or 6767488. OLE color: 6767488.
HSL color Cylindrical-coordinate representation of color #804367: hue angle of 324.59º 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 #804367 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 103 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.50 |
| HSL | 324.59º | 0.31% | 0.38% | - |
| HSV(B) | 324.59º | 0.48% | 0.5% | - |
| XYZ | 13.36 | 9.58 | 13.98 | - |
| YUV | 89.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 103 | 0 | 0.48 | 0.20 | 0.50 | 324.59 | 0.31 | 0.38 |
| Hex | 80 | 43 | 67 | 0 | 30 | 14 | 32 | 145 | 1F | 26 |
| Octal | 200 | 103 | 147 | 0 | 60 | 24 | 62 | 505 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1100111 | 0 | 110000 | 10100 | 110010 | 101000101 | 11111 | 100110 |
Color Harmonies of #804367
Complementary color
Monochromatic Colors of #804367
Black with #804367
Text Example
Text Example
White with #804367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804367; }
p { color: rgb(128,67,103); }
H1.HeaderClassName
{
color: #804367;
}
.AnyTagClassName
{
color: #804367;
}
</style>
background-color css
<style>
a { background-color: #804367; }
a { background-color: rgb(128,67,103); }
div.DivClassName
{
background-color: #804367;
}
.BgClassName
{
background-color: #804367;
}
</style>
border-color css
<style>
span { border-color: #804367; }
span { border-color: rgb(128,67,103); }
td.TdClassName
{
border-color: #804367;
}
.TagClassName
{
border-color: #804367;
}
</style>