Shades of Cosmic #844A6E
Tints of Cosmic #844A6E
RGB
CMYK
RGB Variations
Color information
#844A6E (or 0x844A6E) is known color: Cosmic. HEX triplet: 84, 4A and 6E. RGB value is (132,74,110). Sum of RGB (Red+Green+Blue) = 132+74+110=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #844A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A6E is #7BB591. Grayscale: #5F5F5F. Windows color (decimal): -8107410 or 7228036. OLE color: 7228036.
HSL color Cylindrical-coordinate representation of color #844A6E: hue angle of 322.76º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A6E is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 110 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.48 |
| HSL | 322.76º | 0.28% | 0.4% | - |
| HSV(B) | 322.76º | 0.44% | 0.52% | - |
| XYZ | 14.78 | 10.93 | 16.08 | - |
| YUV | 95.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 110 | 0 | 0.44 | 0.17 | 0.48 | 322.76 | 0.28 | 0.4 |
| Hex | 84 | 4A | 6E | 0 | 2C | 11 | 30 | 143 | 1C | 28 |
| Octal | 204 | 112 | 156 | 0 | 54 | 21 | 60 | 503 | 34 | 50 |
| Binary | 10000100 | 1001010 | 1101110 | 0 | 101100 | 10001 | 110000 | 101000011 | 11100 | 101000 |
Color Harmonies of #844A6E
Complementary color
Monochromatic Colors of #844A6E
Black with #844A6E
Text Example
Text Example
White with #844A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A6E; }
p { color: rgb(132,74,110); }
H1.HeaderClassName
{
color: #844A6E;
}
.AnyTagClassName
{
color: #844A6E;
}
</style>
background-color css
<style>
a { background-color: #844A6E; }
a { background-color: rgb(132,74,110); }
div.DivClassName
{
background-color: #844A6E;
}
.BgClassName
{
background-color: #844A6E;
}
</style>
border-color css
<style>
span { border-color: #844A6E; }
span { border-color: rgb(132,74,110); }
td.TdClassName
{
border-color: #844A6E;
}
.TagClassName
{
border-color: #844A6E;
}
</style>