Shades of Cosmic #843E62
Tints of Cosmic #843E62
RGB
CMYK
RGB Variations
Color information
#843E62 (or 0x843E62) is known color: Cosmic. HEX triplet: 84, 3E and 62. RGB value is (132,62,98). Sum of RGB (Red+Green+Blue) = 132+62+98=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #843E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E62 is #7BC19D. Grayscale: #565656. Windows color (decimal): -8110494 or 6438532. OLE color: 6438532.
HSL color Cylindrical-coordinate representation of color #843E62: hue angle of 329.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #843E62 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 62 | 98 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.48 |
| HSL | 329.14º | 0.36% | 0.38% | - |
| HSV(B) | 329.14º | 0.53% | 0.52% | - |
| XYZ | 13.44 | 9.23 | 12.63 | - |
| YUV | 87.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 98 | 0 | 0.53 | 0.26 | 0.48 | 329.14 | 0.36 | 0.38 |
| Hex | 84 | 3E | 62 | 0 | 35 | 1A | 30 | 149 | 24 | 26 |
| Octal | 204 | 76 | 142 | 0 | 65 | 32 | 60 | 511 | 44 | 46 |
| Binary | 10000100 | 111110 | 1100010 | 0 | 110101 | 11010 | 110000 | 101001001 | 100100 | 100110 |
Color Harmonies of #843E62
Complementary color
Monochromatic Colors of #843E62
Black with #843E62
Text Example
Text Example
White with #843E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E62; }
p { color: rgb(132,62,98); }
H1.HeaderClassName
{
color: #843E62;
}
.AnyTagClassName
{
color: #843E62;
}
</style>
background-color css
<style>
a { background-color: #843E62; }
a { background-color: rgb(132,62,98); }
div.DivClassName
{
background-color: #843E62;
}
.BgClassName
{
background-color: #843E62;
}
</style>
border-color css
<style>
span { border-color: #843E62; }
span { border-color: rgb(132,62,98); }
td.TdClassName
{
border-color: #843E62;
}
.TagClassName
{
border-color: #843E62;
}
</style>