Shades of Cosmic #843D5C
Tints of Cosmic #843D5C
RGB
CMYK
RGB Variations
Color information
#843D5C (or 0x843D5C) is known color: Cosmic. HEX triplet: 84, 3D and 5C. RGB value is (132,61,92). Sum of RGB (Red+Green+Blue) = 132+61+92=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D5C is #7BC2A3. Grayscale: #555555. Windows color (decimal): -8110756 or 6045060. OLE color: 6045060.
HSL color Cylindrical-coordinate representation of color #843D5C: hue angle of 333.8º 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 #843D5C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 92 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.48 |
| HSL | 333.8º | 0.37% | 0.38% | - |
| HSV(B) | 333.8º | 0.54% | 0.52% | - |
| XYZ | 13.12 | 9.02 | 11.17 | - |
| YUV | 85.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 92 | 0 | 0.54 | 0.30 | 0.48 | 333.8 | 0.37 | 0.38 |
| Hex | 84 | 3D | 5C | 0 | 36 | 1E | 30 | 14E | 25 | 26 |
| Octal | 204 | 75 | 134 | 0 | 66 | 36 | 60 | 516 | 45 | 46 |
| Binary | 10000100 | 111101 | 1011100 | 0 | 110110 | 11110 | 110000 | 101001110 | 100101 | 100110 |
Color Harmonies of #843D5C
Complementary color
Monochromatic Colors of #843D5C
Black with #843D5C
Text Example
Text Example
White with #843D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D5C; }
p { color: rgb(132,61,92); }
H1.HeaderClassName
{
color: #843D5C;
}
.AnyTagClassName
{
color: #843D5C;
}
</style>
background-color css
<style>
a { background-color: #843D5C; }
a { background-color: rgb(132,61,92); }
div.DivClassName
{
background-color: #843D5C;
}
.BgClassName
{
background-color: #843D5C;
}
</style>
border-color css
<style>
span { border-color: #843D5C; }
span { border-color: rgb(132,61,92); }
td.TdClassName
{
border-color: #843D5C;
}
.TagClassName
{
border-color: #843D5C;
}
</style>