Shades of Cosmic #863F63
Tints of Cosmic #863F63
RGB
CMYK
RGB Variations
Color information
#863F63 (or 0x863F63) is known color: Cosmic. HEX triplet: 86, 3F and 63. RGB value is (134,63,99). Sum of RGB (Red+Green+Blue) = 134+63+99=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #863F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F63 is #79C09C. Grayscale: #585858. Windows color (decimal): -7979165 or 6504326. OLE color: 6504326.
HSL color Cylindrical-coordinate representation of color #863F63: hue angle of 329.58º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F63 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 99 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.47 |
| HSL | 329.58º | 0.36% | 0.39% | - |
| HSV(B) | 329.58º | 0.53% | 0.53% | - |
| XYZ | 13.86 | 9.52 | 12.91 | - |
| YUV | 88.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 99 | 0 | 0.53 | 0.26 | 0.47 | 329.58 | 0.36 | 0.39 |
| Hex | 86 | 3F | 63 | 0 | 35 | 1A | 2F | 14A | 24 | 27 |
| Octal | 206 | 77 | 143 | 0 | 65 | 32 | 57 | 512 | 44 | 47 |
| Binary | 10000110 | 111111 | 1100011 | 0 | 110101 | 11010 | 101111 | 101001010 | 100100 | 100111 |
Color Harmonies of #863F63
Complementary color
Monochromatic Colors of #863F63
Black with #863F63
Text Example
Text Example
White with #863F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F63; }
p { color: rgb(134,63,99); }
H1.HeaderClassName
{
color: #863F63;
}
.AnyTagClassName
{
color: #863F63;
}
</style>
background-color css
<style>
a { background-color: #863F63; }
a { background-color: rgb(134,63,99); }
div.DivClassName
{
background-color: #863F63;
}
.BgClassName
{
background-color: #863F63;
}
</style>
border-color css
<style>
span { border-color: #863F63; }
span { border-color: rgb(134,63,99); }
td.TdClassName
{
border-color: #863F63;
}
.TagClassName
{
border-color: #863F63;
}
</style>