Shades of Cosmic #844A65
Tints of Cosmic #844A65
RGB
CMYK
RGB Variations
Color information
#844A65 (or 0x844A65) is known color: Cosmic. HEX triplet: 84, 4A and 65. RGB value is (132,74,101). Sum of RGB (Red+Green+Blue) = 132+74+101=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #844A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A65 is #7BB59A. Grayscale: #5E5E5E. Windows color (decimal): -8107419 or 6638212. OLE color: 6638212.
HSL color Cylindrical-coordinate representation of color #844A65: hue angle of 332.07º 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 #844A65 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 101 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.48 |
| HSL | 332.07º | 0.28% | 0.4% | - |
| HSV(B) | 332.07º | 0.44% | 0.52% | - |
| XYZ | 14.31 | 10.74 | 13.63 | - |
| YUV | 94.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 101 | 0 | 0.44 | 0.23 | 0.48 | 332.07 | 0.28 | 0.4 |
| Hex | 84 | 4A | 65 | 0 | 2C | 17 | 30 | 14C | 1C | 28 |
| Octal | 204 | 112 | 145 | 0 | 54 | 27 | 60 | 514 | 34 | 50 |
| Binary | 10000100 | 1001010 | 1100101 | 0 | 101100 | 10111 | 110000 | 101001100 | 11100 | 101000 |
Color Harmonies of #844A65
Complementary color
Monochromatic Colors of #844A65
Black with #844A65
Text Example
Text Example
White with #844A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A65; }
p { color: rgb(132,74,101); }
H1.HeaderClassName
{
color: #844A65;
}
.AnyTagClassName
{
color: #844A65;
}
</style>
background-color css
<style>
a { background-color: #844A65; }
a { background-color: rgb(132,74,101); }
div.DivClassName
{
background-color: #844A65;
}
.BgClassName
{
background-color: #844A65;
}
</style>
border-color css
<style>
span { border-color: #844A65; }
span { border-color: rgb(132,74,101); }
td.TdClassName
{
border-color: #844A65;
}
.TagClassName
{
border-color: #844A65;
}
</style>