Shades of Cosmic #863D6E
Tints of Cosmic #863D6E
RGB
CMYK
RGB Variations
Color information
#863D6E (or 0x863D6E) is known color: Cosmic. HEX triplet: 86, 3D and 6E. RGB value is (134,61,110). Sum of RGB (Red+Green+Blue) = 134+61+110=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D6E is #79C291. Grayscale: #585858. Windows color (decimal): -7979666 or 7224710. OLE color: 7224710.
HSL color Cylindrical-coordinate representation of color #863D6E: hue angle of 319.73º 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 #863D6E is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 110 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.47 |
| HSL | 319.73º | 0.37% | 0.38% | - |
| HSV(B) | 319.73º | 0.54% | 0.53% | - |
| XYZ | 14.31 | 9.53 | 15.84 | - |
| YUV | 88.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 110 | 0 | 0.54 | 0.18 | 0.47 | 319.73 | 0.37 | 0.38 |
| Hex | 86 | 3D | 6E | 0 | 36 | 12 | 2F | 140 | 25 | 26 |
| Octal | 206 | 75 | 156 | 0 | 66 | 22 | 57 | 500 | 45 | 46 |
| Binary | 10000110 | 111101 | 1101110 | 0 | 110110 | 10010 | 101111 | 101000000 | 100101 | 100110 |
Color Harmonies of #863D6E
Complementary color
Monochromatic Colors of #863D6E
Black with #863D6E
Text Example
Text Example
White with #863D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D6E; }
p { color: rgb(134,61,110); }
H1.HeaderClassName
{
color: #863D6E;
}
.AnyTagClassName
{
color: #863D6E;
}
</style>
background-color css
<style>
a { background-color: #863D6E; }
a { background-color: rgb(134,61,110); }
div.DivClassName
{
background-color: #863D6E;
}
.BgClassName
{
background-color: #863D6E;
}
</style>
border-color css
<style>
span { border-color: #863D6E; }
span { border-color: rgb(134,61,110); }
td.TdClassName
{
border-color: #863D6E;
}
.TagClassName
{
border-color: #863D6E;
}
</style>