Shades of Cosmic #843D6A
Tints of Cosmic #843D6A
RGB
CMYK
RGB Variations
Color information
#843D6A (or 0x843D6A) is known color: Cosmic. HEX triplet: 84, 3D and 6A. RGB value is (132,61,106). Sum of RGB (Red+Green+Blue) = 132+61+106=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #843D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D6A is #7BC295. Grayscale: #575757. Windows color (decimal): -8110742 or 6962564. OLE color: 6962564.
HSL color Cylindrical-coordinate representation of color #843D6A: hue angle of 321.97º 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 #843D6A is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 106 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.48 |
| HSL | 321.97º | 0.37% | 0.38% | - |
| HSV(B) | 321.97º | 0.54% | 0.52% | - |
| XYZ | 13.79 | 9.28 | 14.7 | - |
| YUV | 87.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 106 | 0 | 0.54 | 0.20 | 0.48 | 321.97 | 0.37 | 0.38 |
| Hex | 84 | 3D | 6A | 0 | 36 | 14 | 30 | 142 | 25 | 26 |
| Octal | 204 | 75 | 152 | 0 | 66 | 24 | 60 | 502 | 45 | 46 |
| Binary | 10000100 | 111101 | 1101010 | 0 | 110110 | 10100 | 110000 | 101000010 | 100101 | 100110 |
Color Harmonies of #843D6A
Complementary color
Monochromatic Colors of #843D6A
Black with #843D6A
Text Example
Text Example
White with #843D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D6A; }
p { color: rgb(132,61,106); }
H1.HeaderClassName
{
color: #843D6A;
}
.AnyTagClassName
{
color: #843D6A;
}
</style>
background-color css
<style>
a { background-color: #843D6A; }
a { background-color: rgb(132,61,106); }
div.DivClassName
{
background-color: #843D6A;
}
.BgClassName
{
background-color: #843D6A;
}
</style>
border-color css
<style>
span { border-color: #843D6A; }
span { border-color: rgb(132,61,106); }
td.TdClassName
{
border-color: #843D6A;
}
.TagClassName
{
border-color: #843D6A;
}
</style>