Shades of Cosmic #844A5E
Tints of Cosmic #844A5E
RGB
CMYK
RGB Variations
Color information
#844A5E (or 0x844A5E) is known color: Cosmic. HEX triplet: 84, 4A and 5E. RGB value is (132,74,94). Sum of RGB (Red+Green+Blue) = 132+74+94=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #844A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A5E is #7BB5A1. Grayscale: #5D5D5D. Windows color (decimal): -8107426 or 6179460. OLE color: 6179460.
HSL color Cylindrical-coordinate representation of color #844A5E: hue angle of 339.31º 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 #844A5E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 94 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.48 |
| HSL | 339.31º | 0.28% | 0.4% | - |
| HSV(B) | 339.31º | 0.44% | 0.52% | - |
| XYZ | 13.98 | 10.61 | 11.9 | - |
| YUV | 93.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 94 | 0 | 0.44 | 0.29 | 0.48 | 339.31 | 0.28 | 0.4 |
| Hex | 84 | 4A | 5E | 0 | 2C | 1D | 30 | 153 | 1C | 28 |
| Octal | 204 | 112 | 136 | 0 | 54 | 35 | 60 | 523 | 34 | 50 |
| Binary | 10000100 | 1001010 | 1011110 | 0 | 101100 | 11101 | 110000 | 101010011 | 11100 | 101000 |
Color Harmonies of #844A5E
Complementary color
Monochromatic Colors of #844A5E
Black with #844A5E
Text Example
Text Example
White with #844A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A5E; }
p { color: rgb(132,74,94); }
H1.HeaderClassName
{
color: #844A5E;
}
.AnyTagClassName
{
color: #844A5E;
}
</style>
background-color css
<style>
a { background-color: #844A5E; }
a { background-color: rgb(132,74,94); }
div.DivClassName
{
background-color: #844A5E;
}
.BgClassName
{
background-color: #844A5E;
}
</style>
border-color css
<style>
span { border-color: #844A5E; }
span { border-color: rgb(132,74,94); }
td.TdClassName
{
border-color: #844A5E;
}
.TagClassName
{
border-color: #844A5E;
}
</style>