Shades of Cosmic #863B63
Tints of Cosmic #863B63
RGB
CMYK
RGB Variations
Color information
#863B63 (or 0x863B63) is known color: Cosmic. HEX triplet: 86, 3B and 63. RGB value is (134,59,99). Sum of RGB (Red+Green+Blue) = 134+59+99=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #863B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B63 is #79C49C. Grayscale: #555555. Windows color (decimal): -7980189 or 6503302. OLE color: 6503302.
HSL color Cylindrical-coordinate representation of color #863B63: hue angle of 328º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B63 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 99 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.47 |
| HSL | 328º | 0.39% | 0.38% | - |
| HSV(B) | 328º | 0.56% | 0.53% | - |
| XYZ | 13.65 | 9.1 | 12.84 | - |
| YUV | 85.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 99 | 0 | 0.56 | 0.26 | 0.47 | 328 | 0.39 | 0.38 |
| Hex | 86 | 3B | 63 | 0 | 38 | 1A | 2F | 148 | 27 | 26 |
| Octal | 206 | 73 | 143 | 0 | 70 | 32 | 57 | 510 | 47 | 46 |
| Binary | 10000110 | 111011 | 1100011 | 0 | 111000 | 11010 | 101111 | 101001000 | 100111 | 100110 |
Color Harmonies of #863B63
Complementary color
Monochromatic Colors of #863B63
Black with #863B63
Text Example
Text Example
White with #863B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B63; }
p { color: rgb(134,59,99); }
H1.HeaderClassName
{
color: #863B63;
}
.AnyTagClassName
{
color: #863B63;
}
</style>
background-color css
<style>
a { background-color: #863B63; }
a { background-color: rgb(134,59,99); }
div.DivClassName
{
background-color: #863B63;
}
.BgClassName
{
background-color: #863B63;
}
</style>
border-color css
<style>
span { border-color: #863B63; }
span { border-color: rgb(134,59,99); }
td.TdClassName
{
border-color: #863B63;
}
.TagClassName
{
border-color: #863B63;
}
</style>