Shades of Cosmic #843D5E
Tints of Cosmic #843D5E
RGB
CMYK
RGB Variations
Color information
#843D5E (or 0x843D5E) is known color: Cosmic. HEX triplet: 84, 3D and 5E. RGB value is (132,61,94). Sum of RGB (Red+Green+Blue) = 132+61+94=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #843D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D5E is #7BC2A1. Grayscale: #555555. Windows color (decimal): -8110754 or 6176132. OLE color: 6176132.
HSL color Cylindrical-coordinate representation of color #843D5E: hue angle of 332.11º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #843D5E is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 94 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.48 |
| HSL | 332.11º | 0.37% | 0.38% | - |
| HSV(B) | 332.11º | 0.54% | 0.52% | - |
| XYZ | 13.2 | 9.05 | 11.64 | - |
| YUV | 85.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 94 | 0 | 0.54 | 0.29 | 0.48 | 332.11 | 0.37 | 0.38 |
| Hex | 84 | 3D | 5E | 0 | 36 | 1D | 30 | 14C | 25 | 26 |
| Octal | 204 | 75 | 136 | 0 | 66 | 35 | 60 | 514 | 45 | 46 |
| Binary | 10000100 | 111101 | 1011110 | 0 | 110110 | 11101 | 110000 | 101001100 | 100101 | 100110 |
Color Harmonies of #843D5E
Complementary color
Monochromatic Colors of #843D5E
Black with #843D5E
Text Example
Text Example
White with #843D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D5E; }
p { color: rgb(132,61,94); }
H1.HeaderClassName
{
color: #843D5E;
}
.AnyTagClassName
{
color: #843D5E;
}
</style>
background-color css
<style>
a { background-color: #843D5E; }
a { background-color: rgb(132,61,94); }
div.DivClassName
{
background-color: #843D5E;
}
.BgClassName
{
background-color: #843D5E;
}
</style>
border-color css
<style>
span { border-color: #843D5E; }
span { border-color: rgb(132,61,94); }
td.TdClassName
{
border-color: #843D5E;
}
.TagClassName
{
border-color: #843D5E;
}
</style>