Shades of Cosmic #843F5E
Tints of Cosmic #843F5E
RGB
CMYK
RGB Variations
Color information
#843F5E (or 0x843F5E) is known color: Cosmic. HEX triplet: 84, 3F and 5E. RGB value is (132,63,94). Sum of RGB (Red+Green+Blue) = 132+63+94=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #843F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F5E is #7BC0A1. Grayscale: #575757. Windows color (decimal): -8110242 or 6176644. OLE color: 6176644.
HSL color Cylindrical-coordinate representation of color #843F5E: hue angle of 333.04º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #843F5E is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 94 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.48 |
| HSL | 333.04º | 0.35% | 0.38% | - |
| HSV(B) | 333.04º | 0.52% | 0.52% | - |
| XYZ | 13.31 | 9.27 | 11.68 | - |
| YUV | 87.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 94 | 0 | 0.52 | 0.29 | 0.48 | 333.04 | 0.35 | 0.38 |
| Hex | 84 | 3F | 5E | 0 | 34 | 1D | 30 | 14D | 23 | 26 |
| Octal | 204 | 77 | 136 | 0 | 64 | 35 | 60 | 515 | 43 | 46 |
| Binary | 10000100 | 111111 | 1011110 | 0 | 110100 | 11101 | 110000 | 101001101 | 100011 | 100110 |
Color Harmonies of #843F5E
Complementary color
Monochromatic Colors of #843F5E
Black with #843F5E
Text Example
Text Example
White with #843F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F5E; }
p { color: rgb(132,63,94); }
H1.HeaderClassName
{
color: #843F5E;
}
.AnyTagClassName
{
color: #843F5E;
}
</style>
background-color css
<style>
a { background-color: #843F5E; }
a { background-color: rgb(132,63,94); }
div.DivClassName
{
background-color: #843F5E;
}
.BgClassName
{
background-color: #843F5E;
}
</style>
border-color css
<style>
span { border-color: #843F5E; }
span { border-color: rgb(132,63,94); }
td.TdClassName
{
border-color: #843F5E;
}
.TagClassName
{
border-color: #843F5E;
}
</style>