Shades of Cosmic #844D65
Tints of Cosmic #844D65
RGB
CMYK
RGB Variations
Color information
#844D65 (or 0x844D65) is known color: Cosmic. HEX triplet: 84, 4D and 65. RGB value is (132,77,101). Sum of RGB (Red+Green+Blue) = 132+77+101=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #844D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D65 is #7BB29A. Grayscale: #606060. Windows color (decimal): -8106651 or 6638980. OLE color: 6638980.
HSL color Cylindrical-coordinate representation of color #844D65: hue angle of 333.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844D65 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 101 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.48 |
| HSL | 333.82º | 0.26% | 0.41% | - |
| HSV(B) | 333.82º | 0.42% | 0.52% | - |
| XYZ | 14.52 | 11.15 | 13.7 | - |
| YUV | 96.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 101 | 0 | 0.42 | 0.23 | 0.48 | 333.82 | 0.26 | 0.41 |
| Hex | 84 | 4D | 65 | 0 | 2A | 17 | 30 | 14E | 1A | 29 |
| Octal | 204 | 115 | 145 | 0 | 52 | 27 | 60 | 516 | 32 | 51 |
| Binary | 10000100 | 1001101 | 1100101 | 0 | 101010 | 10111 | 110000 | 101001110 | 11010 | 101001 |
Color Harmonies of #844D65
Complementary color
Monochromatic Colors of #844D65
Black with #844D65
Text Example
Text Example
White with #844D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D65; }
p { color: rgb(132,77,101); }
H1.HeaderClassName
{
color: #844D65;
}
.AnyTagClassName
{
color: #844D65;
}
</style>
background-color css
<style>
a { background-color: #844D65; }
a { background-color: rgb(132,77,101); }
div.DivClassName
{
background-color: #844D65;
}
.BgClassName
{
background-color: #844D65;
}
</style>
border-color css
<style>
span { border-color: #844D65; }
span { border-color: rgb(132,77,101); }
td.TdClassName
{
border-color: #844D65;
}
.TagClassName
{
border-color: #844D65;
}
</style>