Shades of Cosmic #844064
Tints of Cosmic #844064
RGB
CMYK
RGB Variations
Color information
#844064 (or 0x844064) is known color: Cosmic. HEX triplet: 84, 40 and 64. RGB value is (132,64,100). Sum of RGB (Red+Green+Blue) = 132+64+100=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #844064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844064 is #7BBF9B. Grayscale: #585858. Windows color (decimal): -8109980 or 6570116. OLE color: 6570116.
HSL color Cylindrical-coordinate representation of color #844064: hue angle of 328.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844064 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 100 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.48 |
| HSL | 328.24º | 0.35% | 0.38% | - |
| HSV(B) | 328.24º | 0.52% | 0.52% | - |
| XYZ | 13.65 | 9.49 | 13.17 | - |
| YUV | 88.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 100 | 0 | 0.52 | 0.24 | 0.48 | 328.24 | 0.35 | 0.38 |
| Hex | 84 | 40 | 64 | 0 | 34 | 18 | 30 | 148 | 23 | 26 |
| Octal | 204 | 100 | 144 | 0 | 64 | 30 | 60 | 510 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1100100 | 0 | 110100 | 11000 | 110000 | 101001000 | 100011 | 100110 |
Color Harmonies of #844064
Complementary color
Monochromatic Colors of #844064
Black with #844064
Text Example
Text Example
White with #844064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844064; }
p { color: rgb(132,64,100); }
H1.HeaderClassName
{
color: #844064;
}
.AnyTagClassName
{
color: #844064;
}
</style>
background-color css
<style>
a { background-color: #844064; }
a { background-color: rgb(132,64,100); }
div.DivClassName
{
background-color: #844064;
}
.BgClassName
{
background-color: #844064;
}
</style>
border-color css
<style>
span { border-color: #844064; }
span { border-color: rgb(132,64,100); }
td.TdClassName
{
border-color: #844064;
}
.TagClassName
{
border-color: #844064;
}
</style>