Shades of Cosmic #844D71
Tints of Cosmic #844D71
RGB
CMYK
RGB Variations
Color information
#844D71 (or 0x844D71) is known color: Cosmic. HEX triplet: 84, 4D and 71. RGB value is (132,77,113). Sum of RGB (Red+Green+Blue) = 132+77+113=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #844D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D71 is #7BB28E. Grayscale: #616161. Windows color (decimal): -8106639 or 7425412. OLE color: 7425412.
HSL color Cylindrical-coordinate representation of color #844D71: hue angle of 320.73º 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 #844D71 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 113 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.48 |
| HSL | 320.73º | 0.26% | 0.41% | - |
| HSV(B) | 320.73º | 0.42% | 0.52% | - |
| XYZ | 15.15 | 11.41 | 17.03 | - |
| YUV | 97.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 113 | 0 | 0.42 | 0.14 | 0.48 | 320.73 | 0.26 | 0.41 |
| Hex | 84 | 4D | 71 | 0 | 2A | E | 30 | 141 | 1A | 29 |
| Octal | 204 | 115 | 161 | 0 | 52 | 16 | 60 | 501 | 32 | 51 |
| Binary | 10000100 | 1001101 | 1110001 | 0 | 101010 | 1110 | 110000 | 101000001 | 11010 | 101001 |
Color Harmonies of #844D71
Complementary color
Monochromatic Colors of #844D71
Black with #844D71
Text Example
Text Example
White with #844D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D71; }
p { color: rgb(132,77,113); }
H1.HeaderClassName
{
color: #844D71;
}
.AnyTagClassName
{
color: #844D71;
}
</style>
background-color css
<style>
a { background-color: #844D71; }
a { background-color: rgb(132,77,113); }
div.DivClassName
{
background-color: #844D71;
}
.BgClassName
{
background-color: #844D71;
}
</style>
border-color css
<style>
span { border-color: #844D71; }
span { border-color: rgb(132,77,113); }
td.TdClassName
{
border-color: #844D71;
}
.TagClassName
{
border-color: #844D71;
}
</style>