Shades of Cosmic #843E63
Tints of Cosmic #843E63
RGB
CMYK
RGB Variations
Color information
#843E63 (or 0x843E63) is known color: Cosmic. HEX triplet: 84, 3E and 63. RGB value is (132,62,99). Sum of RGB (Red+Green+Blue) = 132+62+99=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #843E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E63 is #7BC19C. Grayscale: #575757. Windows color (decimal): -8110493 or 6504068. OLE color: 6504068.
HSL color Cylindrical-coordinate representation of color #843E63: hue angle of 328.29º 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 #843E63 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 62 | 99 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.48 |
| HSL | 328.29º | 0.36% | 0.38% | - |
| HSV(B) | 328.29º | 0.53% | 0.52% | - |
| XYZ | 13.49 | 9.25 | 12.88 | - |
| YUV | 87.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 99 | 0 | 0.53 | 0.25 | 0.48 | 328.29 | 0.36 | 0.38 |
| Hex | 84 | 3E | 63 | 0 | 35 | 19 | 30 | 148 | 24 | 26 |
| Octal | 204 | 76 | 143 | 0 | 65 | 31 | 60 | 510 | 44 | 46 |
| Binary | 10000100 | 111110 | 1100011 | 0 | 110101 | 11001 | 110000 | 101001000 | 100100 | 100110 |
Color Harmonies of #843E63
Complementary color
Monochromatic Colors of #843E63
Black with #843E63
Text Example
Text Example
White with #843E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E63; }
p { color: rgb(132,62,99); }
H1.HeaderClassName
{
color: #843E63;
}
.AnyTagClassName
{
color: #843E63;
}
</style>
background-color css
<style>
a { background-color: #843E63; }
a { background-color: rgb(132,62,99); }
div.DivClassName
{
background-color: #843E63;
}
.BgClassName
{
background-color: #843E63;
}
</style>
border-color css
<style>
span { border-color: #843E63; }
span { border-color: rgb(132,62,99); }
td.TdClassName
{
border-color: #843E63;
}
.TagClassName
{
border-color: #843E63;
}
</style>