Shades of Cosmic #844164
Tints of Cosmic #844164
RGB
CMYK
RGB Variations
Color information
#844164 (or 0x844164) is known color: Cosmic. HEX triplet: 84, 41 and 64. RGB value is (132,65,100). Sum of RGB (Red+Green+Blue) = 132+65+100=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #844164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844164 is #7BBE9B. Grayscale: #585858. Windows color (decimal): -8109724 or 6570372. OLE color: 6570372.
HSL color Cylindrical-coordinate representation of color #844164: hue angle of 328.66º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844164 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 100 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.48 |
| HSL | 328.66º | 0.34% | 0.39% | - |
| HSV(B) | 328.66º | 0.51% | 0.52% | - |
| XYZ | 13.71 | 9.61 | 13.19 | - |
| YUV | 89.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 100 | 0 | 0.51 | 0.24 | 0.48 | 328.66 | 0.34 | 0.39 |
| Hex | 84 | 41 | 64 | 0 | 33 | 18 | 30 | 149 | 22 | 27 |
| Octal | 204 | 101 | 144 | 0 | 63 | 30 | 60 | 511 | 42 | 47 |
| Binary | 10000100 | 1000001 | 1100100 | 0 | 110011 | 11000 | 110000 | 101001001 | 100010 | 100111 |
Color Harmonies of #844164
Complementary color
Monochromatic Colors of #844164
Black with #844164
Text Example
Text Example
White with #844164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844164; }
p { color: rgb(132,65,100); }
H1.HeaderClassName
{
color: #844164;
}
.AnyTagClassName
{
color: #844164;
}
</style>
background-color css
<style>
a { background-color: #844164; }
a { background-color: rgb(132,65,100); }
div.DivClassName
{
background-color: #844164;
}
.BgClassName
{
background-color: #844164;
}
</style>
border-color css
<style>
span { border-color: #844164; }
span { border-color: rgb(132,65,100); }
td.TdClassName
{
border-color: #844164;
}
.TagClassName
{
border-color: #844164;
}
</style>