Shades of Cosmic #863E63
Tints of Cosmic #863E63
RGB
CMYK
RGB Variations
Color information
#863E63 (or 0x863E63) is known color: Cosmic. HEX triplet: 86, 3E and 63. RGB value is (134,62,99). Sum of RGB (Red+Green+Blue) = 134+62+99=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #863E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E63 is #79C19C. Grayscale: #575757. Windows color (decimal): -7979421 or 6504070. OLE color: 6504070.
HSL color Cylindrical-coordinate representation of color #863E63: hue angle of 329.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E63 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 99 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.47 |
| HSL | 329.17º | 0.37% | 0.38% | - |
| HSV(B) | 329.17º | 0.54% | 0.53% | - |
| XYZ | 13.81 | 9.41 | 12.89 | - |
| YUV | 87.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 99 | 0 | 0.54 | 0.26 | 0.47 | 329.17 | 0.37 | 0.38 |
| Hex | 86 | 3E | 63 | 0 | 36 | 1A | 2F | 149 | 25 | 26 |
| Octal | 206 | 76 | 143 | 0 | 66 | 32 | 57 | 511 | 45 | 46 |
| Binary | 10000110 | 111110 | 1100011 | 0 | 110110 | 11010 | 101111 | 101001001 | 100101 | 100110 |
Color Harmonies of #863E63
Complementary color
Monochromatic Colors of #863E63
Black with #863E63
Text Example
Text Example
White with #863E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E63; }
p { color: rgb(134,62,99); }
H1.HeaderClassName
{
color: #863E63;
}
.AnyTagClassName
{
color: #863E63;
}
</style>
background-color css
<style>
a { background-color: #863E63; }
a { background-color: rgb(134,62,99); }
div.DivClassName
{
background-color: #863E63;
}
.BgClassName
{
background-color: #863E63;
}
</style>
border-color css
<style>
span { border-color: #863E63; }
span { border-color: rgb(134,62,99); }
td.TdClassName
{
border-color: #863E63;
}
.TagClassName
{
border-color: #863E63;
}
</style>